Shades of Cerulean #026C8D
Tints of Cerulean #026C8D
RGB
CMYK
RGB Variations
Color information
#026C8D (or 0x026C8D) is known color: Cerulean. HEX triplet: 02, 6C and 8D. RGB value is (2,108,141). Sum of RGB (Red+Green+Blue) = 2+108+141=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 108 (42.58% from 255 or 43.03% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #026C8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026C8D is #FD9372. Grayscale: #4F4F4F. Windows color (decimal): -16618355 or 9268226. OLE color: 9268226.
HSL color Cylindrical-coordinate representation of color #026C8D: hue angle of 194.24º 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 #026C8D is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 108 | 141 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.45 |
| HSL | 194.24º | 0.97% | 0.28% | - |
| HSV(B) | 194.24º | 0.99% | 0.55% | - |
| XYZ | 10.2 | 12.66 | 27.11 | - |
| YUV | 80.07 | 162.38 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 141 | 0.99 | 0.23 | 0 | 0.45 | 194.24 | 0.97 | 0.28 |
| Hex | 2 | 6C | 8D | 63 | 17 | 0 | 2D | C2 | 61 | 1C |
| Octal | 2 | 154 | 215 | 143 | 27 | 0 | 55 | 302 | 141 | 34 |
| Binary | 10 | 1101100 | 10001101 | 1100011 | 10111 | 0 | 101101 | 11000010 | 1100001 | 11100 |
Color Harmonies of #026C8D
Complementary color
Monochromatic Colors of #026C8D
Black with #026C8D
Text Example
Text Example
White with #026C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026C8D; }
p { color: rgb(2,108,141); }
H1.HeaderClassName
{
color: #026C8D;
}
.AnyTagClassName
{
color: #026C8D;
}
</style>
background-color css
<style>
a { background-color: #026C8D; }
a { background-color: rgb(2,108,141); }
div.DivClassName
{
background-color: #026C8D;
}
.BgClassName
{
background-color: #026C8D;
}
</style>
border-color css
<style>
span { border-color: #026C8D; }
span { border-color: rgb(2,108,141); }
td.TdClassName
{
border-color: #026C8D;
}
.TagClassName
{
border-color: #026C8D;
}
</style>