Shades of Cerulean #0A679B
Tints of Cerulean #0A679B
RGB
CMYK
RGB Variations
Color information
#0A679B (or 0x0A679B) is known color: Cerulean. HEX triplet: 0A, 67 and 9B. RGB value is (10,103,155). Sum of RGB (Red+Green+Blue) = 10+103+155=268 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.73% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #0A679B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A679B is #F59864. Grayscale: #505050. Windows color (decimal): -16095333 or 10184458. OLE color: 10184458.
HSL color Cylindrical-coordinate representation of color #0A679B: hue angle of 201.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A679B is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 10 | 103 | 155 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.39 |
| HSL | 201.52º | 0.88% | 0.32% | - |
| HSV(B) | 201.52º | 0.94% | 0.61% | - |
| XYZ | 10.89 | 12.13 | 32.78 | - |
| YUV | 81.12 | 169.69 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 103 | 155 | 0.94 | 0.34 | 0 | 0.39 | 201.52 | 0.88 | 0.32 |
| Hex | A | 67 | 9B | 5E | 22 | 0 | 27 | CA | 58 | 20 |
| Octal | 12 | 147 | 233 | 136 | 42 | 0 | 47 | 312 | 130 | 40 |
| Binary | 1010 | 1100111 | 10011011 | 1011110 | 100010 | 0 | 100111 | 11001010 | 1011000 | 100000 |
Color Harmonies of #0A679B
Complementary color
Monochromatic Colors of #0A679B
Black with #0A679B
Text Example
Text Example
White with #0A679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A679B; }
p { color: rgb(10,103,155); }
H1.HeaderClassName
{
color: #0A679B;
}
.AnyTagClassName
{
color: #0A679B;
}
</style>
background-color css
<style>
a { background-color: #0A679B; }
a { background-color: rgb(10,103,155); }
div.DivClassName
{
background-color: #0A679B;
}
.BgClassName
{
background-color: #0A679B;
}
</style>
border-color css
<style>
span { border-color: #0A679B; }
span { border-color: rgb(10,103,155); }
td.TdClassName
{
border-color: #0A679B;
}
.TagClassName
{
border-color: #0A679B;
}
</style>