#013e72

Color #013E72 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #013E72

Tints of Dark Cerulean #013E72

Color information

#013E72 (or 0x013E72) is unknown color: approx Dark Cerulean. HEX triplet: 01, 3E and 72. RGB value is (1,62,114). Sum of RGB (Red+Green+Blue) = 1+62+114=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #013E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E72 is #FEC18D. Grayscale: #313131. Windows color (decimal): -16695694 or 7486977. OLE color: 7486977.

HSL color Cylindrical-coordinate representation of color #013E72: hue angle of 207.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E72 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB162114-
CMYK0.990.4600.55
HSL207.61º98.26%22.55%-
HSV(B)207.61º99.12%44.71%-
XYZ4.774.6716.57-
YUV49.69164.2993.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 62 (24.61% from 255) = 35.03%
BLUE value IS 114 (44.92% from 255) = 64.41%
R=0.56%
G=35.03%
B=64.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1621140.990.4600.55207.6198.2622.55
Hex13E72632E037d06217
Octal1761621435606732014227
Binary111111011100101100011101110011011111010000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013e72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013e72; }

 p { color: rgb(1,62,114); }

 H1.HeaderClassName
 {
   color: #013e72;
 }
 .AnyTagClassName
 {
   color: #013e72;
 }
</style>
background-color css

<style>
 a { background-color: #013e72; }

 a { background-color: rgb(1,62,114); }

 div.DivClassName
 {
   background-color: #013e72;
 }
 .BgClassName
 {
   background-color: #013e72;
 }
</style>
border-color css

<style>
 span { border-color: #013e72; }

 span { border-color: rgb(1,62,114); }

 td.TdClassName
 {
   border-color: #013e72;
 }
 .TagClassName
 {
   border-color: #013e72;
 }
</style>