#01416F

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

Shades of Dark Cerulean #01416F

Tints of Dark Cerulean #01416F

Color information

#01416F (or 0x01416F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 41 and 6F. RGB value is (1,65,111). Sum of RGB (Red+Green+Blue) = 1+65+111=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #01416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01416F is #FEBE90. Grayscale: #323232. Windows color (decimal): -16694929 or 7291137. OLE color: 7291137.

HSL color Cylindrical-coordinate representation of color #01416F: hue angle of 205.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01416F is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB165111-
CMYK0.990.4100.56
HSL205.09º98.21%21.96%-
HSV(B)205.09º99.1%43.53%-
XYZ4.774.9315.74-
YUV51.11161.892.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 65 (25.78% from 255) = 36.72%
BLUE value IS 111 (43.75% from 255) = 62.71%
R=0.56%
G=36.72%
B=62.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1651110.990.4100.56205.0998.2121.96
Hex1416F6329038cd6216
Octal11011571435107031514226
Binary1100000111011111100011101001011100011001101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01416F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01416F; }

 p { color: rgb(1,65,111); }

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

<style>
 a { background-color: #01416F; }

 a { background-color: rgb(1,65,111); }

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

<style>
 span { border-color: #01416F; }

 span { border-color: rgb(1,65,111); }

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