Shades of Cerulean #10699A
Tints of Cerulean #10699A
RGB
CMYK
RGB Variations
Color information
#10699A (or 0x10699A) is known color: Cerulean. HEX triplet: 10, 69 and 9A. RGB value is (16,105,154). Sum of RGB (Red+Green+Blue) = 16+105+154=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #10699A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10699A is #EF9665. Grayscale: #535353. Windows color (decimal): -15701606 or 10119440. OLE color: 10119440.
HSL color Cylindrical-coordinate representation of color #10699A: hue angle of 201.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10699A is Cyan = 0.90, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 16 | 105 | 154 | - |
| CMYK | 0.90 | 0.32 | 0 | 0.40 |
| HSL | 201.3º | 0.81% | 0.33% | - |
| HSV(B) | 201.3º | 0.9% | 0.6% | - |
| XYZ | 11.1 | 12.55 | 32.41 | - |
| YUV | 83.98 | 167.51 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 154 | 0.90 | 0.32 | 0 | 0.40 | 201.3 | 0.81 | 0.33 |
| Hex | 10 | 69 | 9A | 5A | 20 | 0 | 28 | C9 | 51 | 21 |
| Octal | 20 | 151 | 232 | 132 | 40 | 0 | 50 | 311 | 121 | 41 |
| Binary | 10000 | 1101001 | 10011010 | 1011010 | 100000 | 0 | 101000 | 11001001 | 1010001 | 100001 |
Color Harmonies of #10699A
Complementary color
Monochromatic Colors of #10699A
Black with #10699A
Text Example
Text Example
White with #10699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10699A; }
p { color: rgb(16,105,154); }
H1.HeaderClassName
{
color: #10699A;
}
.AnyTagClassName
{
color: #10699A;
}
</style>
background-color css
<style>
a { background-color: #10699A; }
a { background-color: rgb(16,105,154); }
div.DivClassName
{
background-color: #10699A;
}
.BgClassName
{
background-color: #10699A;
}
</style>
border-color css
<style>
span { border-color: #10699A; }
span { border-color: rgb(16,105,154); }
td.TdClassName
{
border-color: #10699A;
}
.TagClassName
{
border-color: #10699A;
}
</style>