Shades of Dark Cerulean #00458C
Tints of Dark Cerulean #00458C
RGB
CMYK
RGB Variations
Color information
#00458C (or 0x00458C) is known color: Dark Cerulean. HEX triplet: 00, 45 and 8C. RGB value is (0,69,140). Sum of RGB (Red+Green+Blue) = 0+69+140=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #00458C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00458C is #FFBA73. Grayscale: #383838. Windows color (decimal): -16759412 or 9192704. OLE color: 9192704.
HSL color Cylindrical-coordinate representation of color #00458C: hue angle of 210.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00458C is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 69 | 140 | - |
| CMYK | 1 | 0.51 | 0 | 0.45 |
| HSL | 210.43º | 1% | 0.27% | - |
| HSV(B) | 210.43º | 1% | 0.55% | - |
| XYZ | 6.86 | 6.15 | 25.64 | - |
| YUV | 56.46 | 175.14 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 140 | 1 | 0.51 | 0 | 0.45 | 210.43 | 1 | 0.27 |
| Hex | 0 | 45 | 8C | 64 | 33 | 0 | 2D | D2 | 64 | 1B |
| Octal | 0 | 105 | 214 | 144 | 63 | 0 | 55 | 322 | 144 | 33 |
| Binary | 0 | 1000101 | 10001100 | 1100100 | 110011 | 0 | 101101 | 11010010 | 1100100 | 11011 |
Color Harmonies of #00458C
Complementary color
Monochromatic Colors of #00458C
Black with #00458C
Text Example
Text Example
White with #00458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00458C; }
p { color: rgb(0,69,140); }
H1.HeaderClassName
{
color: #00458C;
}
.AnyTagClassName
{
color: #00458C;
}
</style>
background-color css
<style>
a { background-color: #00458C; }
a { background-color: rgb(0,69,140); }
div.DivClassName
{
background-color: #00458C;
}
.BgClassName
{
background-color: #00458C;
}
</style>
border-color css
<style>
span { border-color: #00458C; }
span { border-color: rgb(0,69,140); }
td.TdClassName
{
border-color: #00458C;
}
.TagClassName
{
border-color: #00458C;
}
</style>