Shades of Dark Cerulean #023779
Tints of Dark Cerulean #023779
RGB
CMYK
RGB Variations
Color information
#023779 (or 0x023779) is known color: Dark Cerulean. HEX triplet: 02, 37 and 79. RGB value is (2,55,121). Sum of RGB (Red+Green+Blue) = 2+55+121=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #023779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #023779 is #FDC886. Grayscale: #2E2E2E. Windows color (decimal): -16631943 or 7943938. OLE color: 7943938.
HSL color Cylindrical-coordinate representation of color #023779: hue angle of 213.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023779 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 2 | 55 | 121 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.53 |
| HSL | 213.28º | 0.97% | 0.24% | - |
| HSV(B) | 213.28º | 0.98% | 0.47% | - |
| XYZ | 4.84 | 4.13 | 18.63 | - |
| YUV | 46.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 55 | 121 | 0.98 | 0.55 | 0 | 0.53 | 213.28 | 0.97 | 0.24 |
| Hex | 2 | 37 | 79 | 62 | 37 | 0 | 35 | D5 | 61 | 18 |
| Octal | 2 | 67 | 171 | 142 | 67 | 0 | 65 | 325 | 141 | 30 |
| Binary | 10 | 110111 | 1111001 | 1100010 | 110111 | 0 | 110101 | 11010101 | 1100001 | 11000 |
Color Harmonies of #023779
Complementary color
Monochromatic Colors of #023779
Black with #023779
Text Example
Text Example
White with #023779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023779; }
p { color: rgb(2,55,121); }
H1.HeaderClassName
{
color: #023779;
}
.AnyTagClassName
{
color: #023779;
}
</style>
background-color css
<style>
a { background-color: #023779; }
a { background-color: rgb(2,55,121); }
div.DivClassName
{
background-color: #023779;
}
.BgClassName
{
background-color: #023779;
}
</style>
border-color css
<style>
span { border-color: #023779; }
span { border-color: rgb(2,55,121); }
td.TdClassName
{
border-color: #023779;
}
.TagClassName
{
border-color: #023779;
}
</style>