Shades of Dark Cerulean #023A7A
Tints of Dark Cerulean #023A7A
RGB
CMYK
RGB Variations
Color information
#023A7A (or 0x023A7A) is known color: Dark Cerulean. HEX triplet: 02, 3A and 7A. RGB value is (2,58,122). Sum of RGB (Red+Green+Blue) = 2+58+122=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #023A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023A7A is #FDC585. Grayscale: #303030. Windows color (decimal): -16631174 or 8010242. OLE color: 8010242.
HSL color Cylindrical-coordinate representation of color #023A7A: hue angle of 212º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023A7A is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 58 | 122 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.52 |
| HSL | 212º | 0.97% | 0.24% | - |
| HSV(B) | 212º | 0.98% | 0.48% | - |
| XYZ | 5.05 | 4.44 | 19 | - |
| YUV | 48.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 122 | 0.98 | 0.52 | 0 | 0.52 | 212 | 0.97 | 0.24 |
| Hex | 2 | 3A | 7A | 62 | 34 | 0 | 34 | D4 | 61 | 18 |
| Octal | 2 | 72 | 172 | 142 | 64 | 0 | 64 | 324 | 141 | 30 |
| Binary | 10 | 111010 | 1111010 | 1100010 | 110100 | 0 | 110100 | 11010100 | 1100001 | 11000 |
Color Harmonies of #023A7A
Complementary color
Monochromatic Colors of #023A7A
Black with #023A7A
Text Example
Text Example
White with #023A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A7A; }
p { color: rgb(2,58,122); }
H1.HeaderClassName
{
color: #023A7A;
}
.AnyTagClassName
{
color: #023A7A;
}
</style>
background-color css
<style>
a { background-color: #023A7A; }
a { background-color: rgb(2,58,122); }
div.DivClassName
{
background-color: #023A7A;
}
.BgClassName
{
background-color: #023A7A;
}
</style>
border-color css
<style>
span { border-color: #023A7A; }
span { border-color: rgb(2,58,122); }
td.TdClassName
{
border-color: #023A7A;
}
.TagClassName
{
border-color: #023A7A;
}
</style>