Shades of Dark Cerulean #00427D
Tints of Dark Cerulean #00427D
RGB
CMYK
RGB Variations
Color information
#00427D (or 0x00427D) is known color: Dark Cerulean. HEX triplet: 00, 42 and 7D. RGB value is (0,66,125). Sum of RGB (Red+Green+Blue) = 0+66+125=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #00427D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00427D is #FFBD82. Grayscale: #343434. Windows color (decimal): -16760195 or 8208896. OLE color: 8208896.
HSL color Cylindrical-coordinate representation of color #00427D: hue angle of 208.32º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00427D is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 66 | 125 | - |
| CMYK | 1 | 0.47 | 0 | 0.51 |
| HSL | 208.32º | 1% | 0.25% | - |
| HSV(B) | 208.32º | 1% | 0.49% | - |
| XYZ | 5.65 | 5.38 | 20.14 | - |
| YUV | 52.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 125 | 1 | 0.47 | 0 | 0.51 | 208.32 | 1 | 0.25 |
| Hex | 0 | 42 | 7D | 64 | 2F | 0 | 33 | D0 | 64 | 19 |
| Octal | 0 | 102 | 175 | 144 | 57 | 0 | 63 | 320 | 144 | 31 |
| Binary | 0 | 1000010 | 1111101 | 1100100 | 101111 | 0 | 110011 | 11010000 | 1100100 | 11001 |
Color Harmonies of #00427D
Complementary color
Monochromatic Colors of #00427D
Black with #00427D
Text Example
Text Example
White with #00427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00427D; }
p { color: rgb(0,66,125); }
H1.HeaderClassName
{
color: #00427D;
}
.AnyTagClassName
{
color: #00427D;
}
</style>
background-color css
<style>
a { background-color: #00427D; }
a { background-color: rgb(0,66,125); }
div.DivClassName
{
background-color: #00427D;
}
.BgClassName
{
background-color: #00427D;
}
</style>
border-color css
<style>
span { border-color: #00427D; }
span { border-color: rgb(0,66,125); }
td.TdClassName
{
border-color: #00427D;
}
.TagClassName
{
border-color: #00427D;
}
</style>