Shades of Dark Cerulean #023D7C
Tints of Dark Cerulean #023D7C
RGB
CMYK
RGB Variations
Color information
#023D7C (or 0x023D7C) is known color: Dark Cerulean. HEX triplet: 02, 3D and 7C. RGB value is (2,61,124). Sum of RGB (Red+Green+Blue) = 2+61+124=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #023D7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023D7C is #FDC283. Grayscale: #323232. Windows color (decimal): -16630404 or 8142082. OLE color: 8142082.
HSL color Cylindrical-coordinate representation of color #023D7C: hue angle of 210.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023D7C is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 61 | 124 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.51 |
| HSL | 210.98º | 0.97% | 0.25% | - |
| HSV(B) | 210.98º | 0.98% | 0.49% | - |
| XYZ | 5.33 | 4.81 | 19.72 | - |
| YUV | 50.54 | 169.45 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 124 | 0.98 | 0.51 | 0 | 0.51 | 210.98 | 0.97 | 0.25 |
| Hex | 2 | 3D | 7C | 62 | 33 | 0 | 33 | D3 | 61 | 19 |
| Octal | 2 | 75 | 174 | 142 | 63 | 0 | 63 | 323 | 141 | 31 |
| Binary | 10 | 111101 | 1111100 | 1100010 | 110011 | 0 | 110011 | 11010011 | 1100001 | 11001 |
Color Harmonies of #023D7C
Complementary color
Monochromatic Colors of #023D7C
Black with #023D7C
Text Example
Text Example
White with #023D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D7C; }
p { color: rgb(2,61,124); }
H1.HeaderClassName
{
color: #023D7C;
}
.AnyTagClassName
{
color: #023D7C;
}
</style>
background-color css
<style>
a { background-color: #023D7C; }
a { background-color: rgb(2,61,124); }
div.DivClassName
{
background-color: #023D7C;
}
.BgClassName
{
background-color: #023D7C;
}
</style>
border-color css
<style>
span { border-color: #023D7C; }
span { border-color: rgb(2,61,124); }
td.TdClassName
{
border-color: #023D7C;
}
.TagClassName
{
border-color: #023D7C;
}
</style>