Shades of Dark Cerulean #00477D
Tints of Dark Cerulean #00477D
RGB
CMYK
RGB Variations
Color information
#00477D (or 0x00477D) is known color: Dark Cerulean. HEX triplet: 00, 47 and 7D. RGB value is (0,71,125). Sum of RGB (Red+Green+Blue) = 0+71+125=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #00477D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00477D is #FFB882. Grayscale: #373737. Windows color (decimal): -16758915 or 8210176. OLE color: 8210176.
HSL color Cylindrical-coordinate representation of color #00477D: hue angle of 205.92º 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 #00477D is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 71 | 125 | - |
| CMYK | 1 | 0.43 | 0 | 0.51 |
| HSL | 205.92º | 1% | 0.25% | - |
| HSV(B) | 205.92º | 1% | 0.49% | - |
| XYZ | 5.95 | 5.99 | 20.24 | - |
| YUV | 55.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 71 | 125 | 1 | 0.43 | 0 | 0.51 | 205.92 | 1 | 0.25 |
| Hex | 0 | 47 | 7D | 64 | 2B | 0 | 33 | CE | 64 | 19 |
| Octal | 0 | 107 | 175 | 144 | 53 | 0 | 63 | 316 | 144 | 31 |
| Binary | 0 | 1000111 | 1111101 | 1100100 | 101011 | 0 | 110011 | 11001110 | 1100100 | 11001 |
Color Harmonies of #00477D
Complementary color
Monochromatic Colors of #00477D
Black with #00477D
Text Example
Text Example
White with #00477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00477D; }
p { color: rgb(0,71,125); }
H1.HeaderClassName
{
color: #00477D;
}
.AnyTagClassName
{
color: #00477D;
}
</style>
background-color css
<style>
a { background-color: #00477D; }
a { background-color: rgb(0,71,125); }
div.DivClassName
{
background-color: #00477D;
}
.BgClassName
{
background-color: #00477D;
}
</style>
border-color css
<style>
span { border-color: #00477D; }
span { border-color: rgb(0,71,125); }
td.TdClassName
{
border-color: #00477D;
}
.TagClassName
{
border-color: #00477D;
}
</style>