Shades of Cerulean #027397
Tints of Cerulean #027397
RGB
CMYK
RGB Variations
Color information
#027397 (or 0x027397) is known color: Cerulean. HEX triplet: 02, 73 and 97. RGB value is (2,115,151). Sum of RGB (Red+Green+Blue) = 2+115+151=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 115 (45.31% from 255 or 42.91% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #027397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #027397 is #FD8C68. Grayscale: #555555. Windows color (decimal): -16616553 or 9925378. OLE color: 9925378.
HSL color Cylindrical-coordinate representation of color #027397: hue angle of 194.5º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #027397 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 115 | 151 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.41 |
| HSL | 194.5º | 0.97% | 0.3% | - |
| HSV(B) | 194.5º | 0.99% | 0.59% | - |
| XYZ | 11.74 | 14.51 | 31.46 | - |
| YUV | 85.32 | 165.06 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 151 | 0.99 | 0.24 | 0 | 0.41 | 194.5 | 0.97 | 0.3 |
| Hex | 2 | 73 | 97 | 63 | 18 | 0 | 29 | C2 | 61 | 1E |
| Octal | 2 | 163 | 227 | 143 | 30 | 0 | 51 | 302 | 141 | 36 |
| Binary | 10 | 1110011 | 10010111 | 1100011 | 11000 | 0 | 101001 | 11000010 | 1100001 | 11110 |
Color Harmonies of #027397
Complementary color
Monochromatic Colors of #027397
Black with #027397
Text Example
Text Example
White with #027397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027397; }
p { color: rgb(2,115,151); }
H1.HeaderClassName
{
color: #027397;
}
.AnyTagClassName
{
color: #027397;
}
</style>
background-color css
<style>
a { background-color: #027397; }
a { background-color: rgb(2,115,151); }
div.DivClassName
{
background-color: #027397;
}
.BgClassName
{
background-color: #027397;
}
</style>
border-color css
<style>
span { border-color: #027397; }
span { border-color: rgb(2,115,151); }
td.TdClassName
{
border-color: #027397;
}
.TagClassName
{
border-color: #027397;
}
</style>