Shades of Dark Cerulean #00447D
Tints of Dark Cerulean #00447D
RGB
CMYK
RGB Variations
Color information
#00447D (or 0x00447D) is known color: Dark Cerulean. HEX triplet: 00, 44 and 7D. RGB value is (0,68,125). Sum of RGB (Red+Green+Blue) = 0+68+125=193 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #00447D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #00447D is #FFBB82. Grayscale: #353535. Windows color (decimal): -16759683 or 8209408. OLE color: 8209408.
HSL color Cylindrical-coordinate representation of color #00447D: hue angle of 207.36º 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 #00447D is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 68 | 125 | - |
| CMYK | 1 | 0.46 | 0 | 0.51 |
| HSL | 207.36º | 1% | 0.25% | - |
| HSV(B) | 207.36º | 1% | 0.49% | - |
| XYZ | 5.77 | 5.61 | 20.18 | - |
| YUV | 54.17 | 167.97 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 125 | 1 | 0.46 | 0 | 0.51 | 207.36 | 1 | 0.25 |
| Hex | 0 | 44 | 7D | 64 | 2E | 0 | 33 | CF | 64 | 19 |
| Octal | 0 | 104 | 175 | 144 | 56 | 0 | 63 | 317 | 144 | 31 |
| Binary | 0 | 1000100 | 1111101 | 1100100 | 101110 | 0 | 110011 | 11001111 | 1100100 | 11001 |
Color Harmonies of #00447D
Complementary color
Monochromatic Colors of #00447D
Black with #00447D
Text Example
Text Example
White with #00447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00447D; }
p { color: rgb(0,68,125); }
H1.HeaderClassName
{
color: #00447D;
}
.AnyTagClassName
{
color: #00447D;
}
</style>
background-color css
<style>
a { background-color: #00447D; }
a { background-color: rgb(0,68,125); }
div.DivClassName
{
background-color: #00447D;
}
.BgClassName
{
background-color: #00447D;
}
</style>
border-color css
<style>
span { border-color: #00447D; }
span { border-color: rgb(0,68,125); }
td.TdClassName
{
border-color: #00447D;
}
.TagClassName
{
border-color: #00447D;
}
</style>