Shades of Cerulean #097ABC
Tints of Cerulean #097ABC
RGB
CMYK
RGB Variations
Color information
#097ABC (or 0x097ABC) is known color: Cerulean. HEX triplet: 09, 7A and BC. RGB value is (9,122,188). Sum of RGB (Red+Green+Blue) = 9+122+188=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #097ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #097ABC is #F68543. Grayscale: #5F5F5F. Windows color (decimal): -16155972 or 12352009. OLE color: 12352009.
HSL color Cylindrical-coordinate representation of color #097ABC: hue angle of 202.12º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #097ABC is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 122 | 188 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.26 |
| HSL | 202.12º | 0.91% | 0.39% | - |
| HSV(B) | 202.12º | 0.95% | 0.74% | - |
| XYZ | 16.15 | 17.61 | 50.12 | - |
| YUV | 95.74 | 180.06 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 122 | 188 | 0.95 | 0.35 | 0 | 0.26 | 202.12 | 0.91 | 0.39 |
| Hex | 9 | 7A | BC | 5F | 23 | 0 | 1A | CA | 5B | 27 |
| Octal | 11 | 172 | 274 | 137 | 43 | 0 | 32 | 312 | 133 | 47 |
| Binary | 1001 | 1111010 | 10111100 | 1011111 | 100011 | 0 | 11010 | 11001010 | 1011011 | 100111 |
Color Harmonies of #097ABC
Complementary color
Monochromatic Colors of #097ABC
Black with #097ABC
Text Example
Text Example
White with #097ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097ABC; }
p { color: rgb(9,122,188); }
H1.HeaderClassName
{
color: #097ABC;
}
.AnyTagClassName
{
color: #097ABC;
}
</style>
background-color css
<style>
a { background-color: #097ABC; }
a { background-color: rgb(9,122,188); }
div.DivClassName
{
background-color: #097ABC;
}
.BgClassName
{
background-color: #097ABC;
}
</style>
border-color css
<style>
span { border-color: #097ABC; }
span { border-color: rgb(9,122,188); }
td.TdClassName
{
border-color: #097ABC;
}
.TagClassName
{
border-color: #097ABC;
}
</style>