Color Hex Logo

#013248 Color Hex

#013248
(1,50,72)
0 Favorites   0 Comments

Color spaces of #013248

RGB 15072
HSL0.550.970.14
HSV199°99°28°
CMYK 0.990.310.00   0.72
XYZ2.32282.75556.5403
Yxy2.75550.19990.2372
Hunter Lab16.5997-4.0719-11.7405
CIE-Lab19.0368-5.9229-17.9183

#013248 color RGB value is (1,50,72).

#013248 hex color red value is 1, green value is 50 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #013248 hue: 0.55 , saturation: 0.97 and the lightness value of 013248 is 0.14.

The process color (four color CMYK) of #013248 color hex is 0.99, 0.31, 0.00, 0.72. Web safe color of #013248 is #003333. Color #013248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00110010 01001000
Octal 1 62 110
Decimal 1 50 72
Hex 1 32 48

RGB Percentages of Color #013248

%0.81
%40.65
%58.54

CMYK Percentages of Color #013248

%99
%31
%0
%72

Triadic Colors of #013248

#013248 #480132 #324801

Analogous Colors of #013248

#013248 #010f48 #01483b

Monochromatic Colors of #013248

#013248

Complementary Color

#013248 #481701

#013248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013248 Color CSS Codes

.mybgcolor {background-color:#013248; } 
.myforecolor {color:#013248; }
.mybordercolor {border:3px solid #013248; }

#013248 Text Font Color

<p style="color:#013248">Text here</p>

This sample text font color is #013248
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#013248 Background Color

<div style="background-color:#013248">
Div content here</div>

This div background color is #013248


#013248 Border Color

<div style="border:3px solid #013248">
Div here</div>

This div border color is #013248


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,50,72, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #013248; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #013248;
  -webkit-box-shadow: 1px 1px 3px 2px #013248;
  box-shadow:         1px 1px 3px 2px #013248; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,50,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #013248">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #013248;
  -webkit-box-shadow: 1px 1px 3px 2px #013248;
  box-shadow:         1px 1px 3px 2px #013248;">
Div content here</div>

This div box has shadow with color #013248


Comments

No comments written yet.

Please login to write comment.