Shades of Cerulean #026598
Tints of Cerulean #026598
RGB
CMYK
RGB Variations
Color information
#026598 (or 0x026598) is known color: Cerulean. HEX triplet: 02, 65 and 98. RGB value is (2,101,152). Sum of RGB (Red+Green+Blue) = 2+101+152=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #026598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026598 is #FD9A67. Grayscale: #4C4C4C. Windows color (decimal): -16620136 or 9987330. OLE color: 9987330.
HSL color Cylindrical-coordinate representation of color #026598: hue angle of 200.4º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026598 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 101 | 152 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.40 |
| HSL | 200.4º | 0.97% | 0.3% | - |
| HSV(B) | 200.4º | 0.99% | 0.6% | - |
| XYZ | 10.35 | 11.59 | 31.4 | - |
| YUV | 77.21 | 170.2 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 101 | 152 | 0.99 | 0.34 | 0 | 0.40 | 200.4 | 0.97 | 0.3 |
| Hex | 2 | 65 | 98 | 63 | 22 | 0 | 28 | C8 | 61 | 1E |
| Octal | 2 | 145 | 230 | 143 | 42 | 0 | 50 | 310 | 141 | 36 |
| Binary | 10 | 1100101 | 10011000 | 1100011 | 100010 | 0 | 101000 | 11001000 | 1100001 | 11110 |
Color Harmonies of #026598
Complementary color
Monochromatic Colors of #026598
Black with #026598
Text Example
Text Example
White with #026598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026598; }
p { color: rgb(2,101,152); }
H1.HeaderClassName
{
color: #026598;
}
.AnyTagClassName
{
color: #026598;
}
</style>
background-color css
<style>
a { background-color: #026598; }
a { background-color: rgb(2,101,152); }
div.DivClassName
{
background-color: #026598;
}
.BgClassName
{
background-color: #026598;
}
</style>
border-color css
<style>
span { border-color: #026598; }
span { border-color: rgb(2,101,152); }
td.TdClassName
{
border-color: #026598;
}
.TagClassName
{
border-color: #026598;
}
</style>