#01456F

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

Shades of Dark Cerulean #01456F

Tints of Dark Cerulean #01456F

Color information

#01456F (or 0x01456F) is unknown color: approx Dark Cerulean. HEX triplet: 01, 45 and 6F. RGB value is (1,69,111). Sum of RGB (Red+Green+Blue) = 1+69+111=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 111 (43.75% from 255 or 61.33% from 181); Max value from RGB is 111 - color contains mainly: blue. Hex color #01456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01456F is #FEBA90. Grayscale: #353535. Windows color (decimal): -16693905 or 7292161. OLE color: 7292161.

HSL color Cylindrical-coordinate representation of color #01456F: hue angle of 202.91º 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 #01456F is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB169111-
CMYK0.990.3800.56
HSL202.91º98.21%21.96%-
HSV(B)202.91º99.1%43.53%-
XYZ5.015.4115.82-
YUV53.46160.4790.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.55%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 111 (43.75% from 255) = 61.33%
R=0.55%
G=38.12%
B=61.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1691110.990.3800.56202.9198.2121.96
Hex1456F6326038cb6216
Octal11051571434607031314226
Binary1100010111011111100011100110011100011001011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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