#00456F

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

Shades of Dark Cerulean #00456F

Tints of Dark Cerulean #00456F

Color information

#00456F (or 0x00456F) is unknown color: approx Dark Cerulean. HEX triplet: 00, 45 and 6F. RGB value is (0,69,111). Sum of RGB (Red+Green+Blue) = 0+69+111=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 111 (43.75% from 255 or 61.67% from 180); Max value from RGB is 111 - color contains mainly: blue. Hex color #00456F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00456F is #FFBA90. Grayscale: #343434. Windows color (decimal): -16759441 or 7292160. OLE color: 7292160.

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

Color convert

RGB069111-
CMYK10.3800.56
HSL202.7º100%21.76%-
HSV(B)202.7º100%43.53%-
XYZ55.415.82-
YUV53.16160.6490.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 38.33%
BLUE value IS 111 (43.75% from 255) = 61.67%
R=0%
G=38.33%
B=61.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal06911110.3800.56202.710021.76
Hex0456F6426038cb6416
Octal01051571444607031314426
Binary0100010111011111100100100110011100011001011110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00456F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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