Shades of Dark Cerulean #02468B
Tints of Dark Cerulean #02468B
RGB
CMYK
RGB Variations
Color information
#02468B (or 0x02468B) is known color: Dark Cerulean. HEX triplet: 02, 46 and 8B. RGB value is (2,70,139). Sum of RGB (Red+Green+Blue) = 2+70+139=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #02468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02468B is #FDB974. Grayscale: #393939. Windows color (decimal): -16628085 or 9127426. OLE color: 9127426.
HSL color Cylindrical-coordinate representation of color #02468B: hue angle of 210.22º 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 #02468B is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 70 | 139 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.45 |
| HSL | 210.22º | 0.97% | 0.28% | - |
| HSV(B) | 210.22º | 0.99% | 0.55% | - |
| XYZ | 6.88 | 6.26 | 25.27 | - |
| YUV | 57.53 | 173.97 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 139 | 0.99 | 0.50 | 0 | 0.45 | 210.22 | 0.97 | 0.28 |
| Hex | 2 | 46 | 8B | 63 | 32 | 0 | 2D | D2 | 61 | 1C |
| Octal | 2 | 106 | 213 | 143 | 62 | 0 | 55 | 322 | 141 | 34 |
| Binary | 10 | 1000110 | 10001011 | 1100011 | 110010 | 0 | 101101 | 11010010 | 1100001 | 11100 |
Color Harmonies of #02468B
Complementary color
Monochromatic Colors of #02468B
Black with #02468B
Text Example
Text Example
White with #02468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02468B; }
p { color: rgb(2,70,139); }
H1.HeaderClassName
{
color: #02468B;
}
.AnyTagClassName
{
color: #02468B;
}
</style>
background-color css
<style>
a { background-color: #02468B; }
a { background-color: rgb(2,70,139); }
div.DivClassName
{
background-color: #02468B;
}
.BgClassName
{
background-color: #02468B;
}
</style>
border-color css
<style>
span { border-color: #02468B; }
span { border-color: rgb(2,70,139); }
td.TdClassName
{
border-color: #02468B;
}
.TagClassName
{
border-color: #02468B;
}
</style>