Shades of Cerulean #026CA4
Tints of Cerulean #026CA4
RGB
CMYK
RGB Variations
Color information
#026CA4 (or 0x026CA4) is known color: Cerulean. HEX triplet: 02, 6C and A4. RGB value is (2,108,164). Sum of RGB (Red+Green+Blue) = 2+108+164=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 164 (64.45% from 255 or 59.85% from 274); Max value from RGB is 164 - color contains mainly: blue. Hex color #026CA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #026CA4 is #FD935B. Grayscale: #525252. Windows color (decimal): -16618332 or 10775554. OLE color: 10775554.
HSL color Cylindrical-coordinate representation of color #026CA4: hue angle of 200.74º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #026CA4 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 108 | 164 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.36 |
| HSL | 200.74º | 0.98% | 0.33% | - |
| HSV(B) | 200.74º | 0.99% | 0.64% | - |
| XYZ | 12.09 | 13.42 | 37.07 | - |
| YUV | 82.69 | 173.88 | 70.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 108 | 164 | 0.99 | 0.34 | 0 | 0.36 | 200.74 | 0.98 | 0.33 |
| Hex | 2 | 6C | A4 | 63 | 22 | 0 | 24 | C9 | 62 | 21 |
| Octal | 2 | 154 | 244 | 143 | 42 | 0 | 44 | 311 | 142 | 41 |
| Binary | 10 | 1101100 | 10100100 | 1100011 | 100010 | 0 | 100100 | 11001001 | 1100010 | 100001 |
Color Harmonies of #026CA4
Complementary color
Monochromatic Colors of #026CA4
Black with #026CA4
Text Example
Text Example
White with #026CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026CA4; }
p { color: rgb(2,108,164); }
H1.HeaderClassName
{
color: #026CA4;
}
.AnyTagClassName
{
color: #026CA4;
}
</style>
background-color css
<style>
a { background-color: #026CA4; }
a { background-color: rgb(2,108,164); }
div.DivClassName
{
background-color: #026CA4;
}
.BgClassName
{
background-color: #026CA4;
}
</style>
border-color css
<style>
span { border-color: #026CA4; }
span { border-color: rgb(2,108,164); }
td.TdClassName
{
border-color: #026CA4;
}
.TagClassName
{
border-color: #026CA4;
}
</style>