Shades of Cerulean #026D94
Tints of Cerulean #026D94
RGB
CMYK
RGB Variations
Color information
#026D94 (or 0x026D94) is known color: Cerulean. HEX triplet: 02, 6D and 94. RGB value is (2,109,148). Sum of RGB (Red+Green+Blue) = 2+109+148=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #026D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026D94 is #FD926B. Grayscale: #515151. Windows color (decimal): -16618092 or 9727234. OLE color: 9727234.
HSL color Cylindrical-coordinate representation of color #026D94: hue angle of 196.03º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026D94 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 109 | 148 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.42 |
| HSL | 196.03º | 0.97% | 0.29% | - |
| HSV(B) | 196.03º | 0.99% | 0.58% | - |
| XYZ | 10.84 | 13.09 | 29.97 | - |
| YUV | 81.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 148 | 0.99 | 0.26 | 0 | 0.42 | 196.03 | 0.97 | 0.29 |
| Hex | 2 | 6D | 94 | 63 | 1A | 0 | 2A | C4 | 61 | 1D |
| Octal | 2 | 155 | 224 | 143 | 32 | 0 | 52 | 304 | 141 | 35 |
| Binary | 10 | 1101101 | 10010100 | 1100011 | 11010 | 0 | 101010 | 11000100 | 1100001 | 11101 |
Color Harmonies of #026D94
Complementary color
Monochromatic Colors of #026D94
Black with #026D94
Text Example
Text Example
White with #026D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D94; }
p { color: rgb(2,109,148); }
H1.HeaderClassName
{
color: #026D94;
}
.AnyTagClassName
{
color: #026D94;
}
</style>
background-color css
<style>
a { background-color: #026D94; }
a { background-color: rgb(2,109,148); }
div.DivClassName
{
background-color: #026D94;
}
.BgClassName
{
background-color: #026D94;
}
</style>
border-color css
<style>
span { border-color: #026D94; }
span { border-color: rgb(2,109,148); }
td.TdClassName
{
border-color: #026D94;
}
.TagClassName
{
border-color: #026D94;
}
</style>