Shades of Cerulean #0A679C
Tints of Cerulean #0A679C
RGB
CMYK
RGB Variations
Color information
#0A679C (or 0x0A679C) is known color: Cerulean. HEX triplet: 0A, 67 and 9C. RGB value is (10,103,156). Sum of RGB (Red+Green+Blue) = 10+103+156=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 103 (40.62% from 255 or 38.29% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #0A679C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A679C is #F59863. Grayscale: #505050. Windows color (decimal): -16095332 or 10249994. OLE color: 10249994.
HSL color Cylindrical-coordinate representation of color #0A679C: hue angle of 201.78º 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 #0A679C is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 103 | 156 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.39 |
| HSL | 201.78º | 0.88% | 0.33% | - |
| HSV(B) | 201.78º | 0.94% | 0.61% | - |
| XYZ | 10.98 | 12.17 | 33.22 | - |
| YUV | 81.24 | 170.19 | 77.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 156 | 0.94 | 0.34 | 0 | 0.39 | 201.78 | 0.88 | 0.33 |
| Hex | A | 67 | 9C | 5E | 22 | 0 | 27 | CA | 58 | 21 |
| Octal | 12 | 147 | 234 | 136 | 42 | 0 | 47 | 312 | 130 | 41 |
| Binary | 1010 | 1100111 | 10011100 | 1011110 | 100010 | 0 | 100111 | 11001010 | 1011000 | 100001 |
Color Harmonies of #0A679C
Complementary color
Monochromatic Colors of #0A679C
Black with #0A679C
Text Example
Text Example
White with #0A679C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A679C; }
p { color: rgb(10,103,156); }
H1.HeaderClassName
{
color: #0A679C;
}
.AnyTagClassName
{
color: #0A679C;
}
</style>
background-color css
<style>
a { background-color: #0A679C; }
a { background-color: rgb(10,103,156); }
div.DivClassName
{
background-color: #0A679C;
}
.BgClassName
{
background-color: #0A679C;
}
</style>
border-color css
<style>
span { border-color: #0A679C; }
span { border-color: rgb(10,103,156); }
td.TdClassName
{
border-color: #0A679C;
}
.TagClassName
{
border-color: #0A679C;
}
</style>