Shades of Cerulean #0A699C
Tints of Cerulean #0A699C
RGB
CMYK
RGB Variations
Color information
#0A699C (or 0x0A699C) is known color: Cerulean. HEX triplet: 0A, 69 and 9C. RGB value is (10,105,156). Sum of RGB (Red+Green+Blue) = 10+105+156=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A699C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A699C is #F59663. Grayscale: #525252. Windows color (decimal): -16094820 or 10250506. OLE color: 10250506.
HSL color Cylindrical-coordinate representation of color #0A699C: hue angle of 200.96º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A699C is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 105 | 156 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.39 |
| HSL | 200.96º | 0.88% | 0.33% | - |
| HSV(B) | 200.96º | 0.94% | 0.61% | - |
| XYZ | 11.18 | 12.57 | 33.29 | - |
| YUV | 82.41 | 169.53 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 156 | 0.94 | 0.33 | 0 | 0.39 | 200.96 | 0.88 | 0.33 |
| Hex | A | 69 | 9C | 5E | 21 | 0 | 27 | C9 | 58 | 21 |
| Octal | 12 | 151 | 234 | 136 | 41 | 0 | 47 | 311 | 130 | 41 |
| Binary | 1010 | 1101001 | 10011100 | 1011110 | 100001 | 0 | 100111 | 11001001 | 1011000 | 100001 |
Color Harmonies of #0A699C
Complementary color
Monochromatic Colors of #0A699C
Black with #0A699C
Text Example
Text Example
White with #0A699C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A699C; }
p { color: rgb(10,105,156); }
H1.HeaderClassName
{
color: #0A699C;
}
.AnyTagClassName
{
color: #0A699C;
}
</style>
background-color css
<style>
a { background-color: #0A699C; }
a { background-color: rgb(10,105,156); }
div.DivClassName
{
background-color: #0A699C;
}
.BgClassName
{
background-color: #0A699C;
}
</style>
border-color css
<style>
span { border-color: #0A699C; }
span { border-color: rgb(10,105,156); }
td.TdClassName
{
border-color: #0A699C;
}
.TagClassName
{
border-color: #0A699C;
}
</style>