Shades of Cerulean #1081AF
Tints of Cerulean #1081AF
RGB
CMYK
RGB Variations
Color information
#1081AF (or 0x1081AF) is known color: Cerulean. HEX triplet: 10, 81 and AF. RGB value is (16,129,175). Sum of RGB (Red+Green+Blue) = 16+129+175=320 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #1081AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1081AF is #EF7E50. Grayscale: #646464. Windows color (decimal): -15695441 or 11501840. OLE color: 11501840.
HSL color Cylindrical-coordinate representation of color #1081AF: hue angle of 197.36º 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 #1081AF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 129 | 175 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.31 |
| HSL | 197.36º | 0.83% | 0.37% | - |
| HSV(B) | 197.36º | 0.91% | 0.69% | - |
| XYZ | 15.8 | 18.91 | 43.37 | - |
| YUV | 100.46 | 170.06 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 175 | 0.91 | 0.26 | 0 | 0.31 | 197.36 | 0.83 | 0.37 |
| Hex | 10 | 81 | AF | 5B | 1A | 0 | 1F | C5 | 53 | 25 |
| Octal | 20 | 201 | 257 | 133 | 32 | 0 | 37 | 305 | 123 | 45 |
| Binary | 10000 | 10000001 | 10101111 | 1011011 | 11010 | 0 | 11111 | 11000101 | 1010011 | 100101 |
Color Harmonies of #1081AF
Complementary color
Monochromatic Colors of #1081AF
Black with #1081AF
Text Example
Text Example
White with #1081AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1081AF; }
p { color: rgb(16,129,175); }
H1.HeaderClassName
{
color: #1081AF;
}
.AnyTagClassName
{
color: #1081AF;
}
</style>
background-color css
<style>
a { background-color: #1081AF; }
a { background-color: rgb(16,129,175); }
div.DivClassName
{
background-color: #1081AF;
}
.BgClassName
{
background-color: #1081AF;
}
</style>
border-color css
<style>
span { border-color: #1081AF; }
span { border-color: rgb(16,129,175); }
td.TdClassName
{
border-color: #1081AF;
}
.TagClassName
{
border-color: #1081AF;
}
</style>