Shades of Cerulean #13699A
Tints of Cerulean #13699A
RGB
CMYK
RGB Variations
Color information
#13699A (or 0x13699A) is known color: Cerulean. HEX triplet: 13, 69 and 9A. RGB value is (19,105,154). Sum of RGB (Red+Green+Blue) = 19+105+154=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 154 (60.55% from 255 or 55.40% from 278); Max value from RGB is 154 - color contains mainly: blue. Hex color #13699A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #13699A is #EC9665. Grayscale: #545454. Windows color (decimal): -15504998 or 10119443. OLE color: 10119443.
HSL color Cylindrical-coordinate representation of color #13699A: hue angle of 201.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #13699A is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 19 | 105 | 154 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.40 |
| HSL | 201.78º | 0.78% | 0.34% | - |
| HSV(B) | 201.78º | 0.88% | 0.6% | - |
| XYZ | 11.15 | 12.57 | 32.41 | - |
| YUV | 84.87 | 167.01 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 154 | 0.88 | 0.32 | 0 | 0.40 | 201.78 | 0.78 | 0.34 |
| Hex | 13 | 69 | 9A | 58 | 20 | 0 | 28 | CA | 4E | 22 |
| Octal | 23 | 151 | 232 | 130 | 40 | 0 | 50 | 312 | 116 | 42 |
| Binary | 10011 | 1101001 | 10011010 | 1011000 | 100000 | 0 | 101000 | 11001010 | 1001110 | 100010 |
Color Harmonies of #13699A
Complementary color
Monochromatic Colors of #13699A
Black with #13699A
Text Example
Text Example
White with #13699A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13699A; }
p { color: rgb(19,105,154); }
H1.HeaderClassName
{
color: #13699A;
}
.AnyTagClassName
{
color: #13699A;
}
</style>
background-color css
<style>
a { background-color: #13699A; }
a { background-color: rgb(19,105,154); }
div.DivClassName
{
background-color: #13699A;
}
.BgClassName
{
background-color: #13699A;
}
</style>
border-color css
<style>
span { border-color: #13699A; }
span { border-color: rgb(19,105,154); }
td.TdClassName
{
border-color: #13699A;
}
.TagClassName
{
border-color: #13699A;
}
</style>