Shades of Dark Cerulean #00456F
Tints of Dark Cerulean #00456F
RGB
CMYK
RGB Variations
Color information
#00456F (or 0x00456F) is known color: 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
| RGB | 0 | 69 | 111 | - |
| CMYK | 1 | 0.38 | 0 | 0.56 |
| HSL | 202.7º | 1% | 0.22% | - |
| HSV(B) | 202.7º | 1% | 0.44% | - |
| XYZ | 5 | 5.4 | 15.82 | - |
| YUV | 53.16 | 160.64 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 111 | 1 | 0.38 | 0 | 0.56 | 202.7 | 1 | 0.22 |
| Hex | 0 | 45 | 6F | 64 | 26 | 0 | 38 | CB | 64 | 16 |
| Octal | 0 | 105 | 157 | 144 | 46 | 0 | 70 | 313 | 144 | 26 |
| Binary | 0 | 1000101 | 1101111 | 1100100 | 100110 | 0 | 111000 | 11001011 | 1100100 | 10110 |
Color Harmonies of #00456F
Complementary color
Monochromatic Colors of #00456F
Black with #00456F
Text Example
Text Example
White with #00456F
Text Example
Text Example
HTML Codes & Css Web 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>