Shades of Dark Cerulean #02448D
Tints of Dark Cerulean #02448D
RGB
CMYK
RGB Variations
Color information
#02448D (or 0x02448D) is known color: Dark Cerulean. HEX triplet: 02, 44 and 8D. RGB value is (2,68,141). Sum of RGB (Red+Green+Blue) = 2+68+141=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #02448D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02448D is #FDBB72. Grayscale: #383838. Windows color (decimal): -16628595 or 9257986. OLE color: 9257986.
HSL color Cylindrical-coordinate representation of color #02448D: hue angle of 211.51º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02448D is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 68 | 141 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.45 |
| HSL | 211.51º | 0.97% | 0.28% | - |
| HSV(B) | 211.51º | 0.99% | 0.55% | - |
| XYZ | 6.9 | 6.07 | 26.01 | - |
| YUV | 56.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 141 | 0.99 | 0.52 | 0 | 0.45 | 211.51 | 0.97 | 0.28 |
| Hex | 2 | 44 | 8D | 63 | 34 | 0 | 2D | D4 | 61 | 1C |
| Octal | 2 | 104 | 215 | 143 | 64 | 0 | 55 | 324 | 141 | 34 |
| Binary | 10 | 1000100 | 10001101 | 1100011 | 110100 | 0 | 101101 | 11010100 | 1100001 | 11100 |
Color Harmonies of #02448D
Complementary color
Monochromatic Colors of #02448D
Black with #02448D
Text Example
Text Example
White with #02448D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02448D; }
p { color: rgb(2,68,141); }
H1.HeaderClassName
{
color: #02448D;
}
.AnyTagClassName
{
color: #02448D;
}
</style>
background-color css
<style>
a { background-color: #02448D; }
a { background-color: rgb(2,68,141); }
div.DivClassName
{
background-color: #02448D;
}
.BgClassName
{
background-color: #02448D;
}
</style>
border-color css
<style>
span { border-color: #02448D; }
span { border-color: rgb(2,68,141); }
td.TdClassName
{
border-color: #02448D;
}
.TagClassName
{
border-color: #02448D;
}
</style>