Shades of Cerulean #0A74AA
Tints of Cerulean #0A74AA
RGB
CMYK
RGB Variations
Color information
#0A74AA (or 0x0A74AA) is known color: Cerulean. HEX triplet: 0A, 74 and AA. RGB value is (10,116,170). Sum of RGB (Red+Green+Blue) = 10+116+170=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A74AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A74AA is #F58B55. Grayscale: #5A5A5A. Windows color (decimal): -16091990 or 11170826. OLE color: 11170826.
HSL color Cylindrical-coordinate representation of color #0A74AA: hue angle of 200.25º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A74AA is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 10 | 116 | 170 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.33 |
| HSL | 200.25º | 0.89% | 0.35% | - |
| HSV(B) | 200.25º | 0.94% | 0.67% | - |
| XYZ | 13.63 | 15.46 | 40.3 | - |
| YUV | 90.46 | 172.88 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 116 | 170 | 0.94 | 0.32 | 0 | 0.33 | 200.25 | 0.89 | 0.35 |
| Hex | A | 74 | AA | 5E | 20 | 0 | 21 | C8 | 59 | 23 |
| Octal | 12 | 164 | 252 | 136 | 40 | 0 | 41 | 310 | 131 | 43 |
| Binary | 1010 | 1110100 | 10101010 | 1011110 | 100000 | 0 | 100001 | 11001000 | 1011001 | 100011 |
Color Harmonies of #0A74AA
Complementary color
Monochromatic Colors of #0A74AA
Black with #0A74AA
Text Example
Text Example
White with #0A74AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A74AA; }
p { color: rgb(10,116,170); }
H1.HeaderClassName
{
color: #0A74AA;
}
.AnyTagClassName
{
color: #0A74AA;
}
</style>
background-color css
<style>
a { background-color: #0A74AA; }
a { background-color: rgb(10,116,170); }
div.DivClassName
{
background-color: #0A74AA;
}
.BgClassName
{
background-color: #0A74AA;
}
</style>
border-color css
<style>
span { border-color: #0A74AA; }
span { border-color: rgb(10,116,170); }
td.TdClassName
{
border-color: #0A74AA;
}
.TagClassName
{
border-color: #0A74AA;
}
</style>