Shades of Cerulean #1083AF
Tints of Cerulean #1083AF
RGB
CMYK
RGB Variations
Color information
#1083AF (or 0x1083AF) is known color: Cerulean. HEX triplet: 10, 83 and AF. RGB value is (16,131,175). Sum of RGB (Red+Green+Blue) = 16+131+175=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #1083AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1083AF is #EF7C50. Grayscale: #656565. Windows color (decimal): -15694929 or 11502352. OLE color: 11502352.
HSL color Cylindrical-coordinate representation of color #1083AF: hue angle of 196.6º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1083AF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 131 | 175 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.31 |
| HSL | 196.6º | 0.83% | 0.37% | - |
| HSV(B) | 196.6º | 0.91% | 0.69% | - |
| XYZ | 16.07 | 19.44 | 43.46 | - |
| YUV | 101.63 | 169.4 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 175 | 0.91 | 0.25 | 0 | 0.31 | 196.6 | 0.83 | 0.37 |
| Hex | 10 | 83 | AF | 5B | 19 | 0 | 1F | C5 | 53 | 25 |
| Octal | 20 | 203 | 257 | 133 | 31 | 0 | 37 | 305 | 123 | 45 |
| Binary | 10000 | 10000011 | 10101111 | 1011011 | 11001 | 0 | 11111 | 11000101 | 1010011 | 100101 |
Color Harmonies of #1083AF
Complementary color
Monochromatic Colors of #1083AF
Black with #1083AF
Text Example
Text Example
White with #1083AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1083AF; }
p { color: rgb(16,131,175); }
H1.HeaderClassName
{
color: #1083AF;
}
.AnyTagClassName
{
color: #1083AF;
}
</style>
background-color css
<style>
a { background-color: #1083AF; }
a { background-color: rgb(16,131,175); }
div.DivClassName
{
background-color: #1083AF;
}
.BgClassName
{
background-color: #1083AF;
}
</style>
border-color css
<style>
span { border-color: #1083AF; }
span { border-color: rgb(16,131,175); }
td.TdClassName
{
border-color: #1083AF;
}
.TagClassName
{
border-color: #1083AF;
}
</style>