Shades of Cerulean #027AB3
Tints of Cerulean #027AB3
RGB
CMYK
RGB Variations
Color information
#027AB3 (or 0x027AB3) is known color: Cerulean. HEX triplet: 02, 7A and B3. RGB value is (2,122,179). Sum of RGB (Red+Green+Blue) = 2+122+179=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #027AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #027AB3 is #FD854C. Grayscale: #5C5C5C. Windows color (decimal): -16614733 or 11762178. OLE color: 11762178.
HSL color Cylindrical-coordinate representation of color #027AB3: hue angle of 199.32º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027AB3 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 2 | 122 | 179 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.30 |
| HSL | 199.32º | 0.98% | 0.35% | - |
| HSV(B) | 199.32º | 0.99% | 0.7% | - |
| XYZ | 15.12 | 17.19 | 45.17 | - |
| YUV | 92.62 | 176.74 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 179 | 0.99 | 0.32 | 0 | 0.30 | 199.32 | 0.98 | 0.35 |
| Hex | 2 | 7A | B3 | 63 | 20 | 0 | 1E | C7 | 62 | 23 |
| Octal | 2 | 172 | 263 | 143 | 40 | 0 | 36 | 307 | 142 | 43 |
| Binary | 10 | 1111010 | 10110011 | 1100011 | 100000 | 0 | 11110 | 11000111 | 1100010 | 100011 |
Color Harmonies of #027AB3
Complementary color
Monochromatic Colors of #027AB3
Black with #027AB3
Text Example
Text Example
White with #027AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AB3; }
p { color: rgb(2,122,179); }
H1.HeaderClassName
{
color: #027AB3;
}
.AnyTagClassName
{
color: #027AB3;
}
</style>
background-color css
<style>
a { background-color: #027AB3; }
a { background-color: rgb(2,122,179); }
div.DivClassName
{
background-color: #027AB3;
}
.BgClassName
{
background-color: #027AB3;
}
</style>
border-color css
<style>
span { border-color: #027AB3; }
span { border-color: rgb(2,122,179); }
td.TdClassName
{
border-color: #027AB3;
}
.TagClassName
{
border-color: #027AB3;
}
</style>