Shades of Cerulean #1077AF
Tints of Cerulean #1077AF
RGB
CMYK
RGB Variations
Color information
#1077AF (or 0x1077AF) is known color: Cerulean. HEX triplet: 10, 77 and AF. RGB value is (16,119,175). Sum of RGB (Red+Green+Blue) = 16+119+175=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #1077AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1077AF is #EF8850. Grayscale: #5E5E5E. Windows color (decimal): -15698001 or 11499280. OLE color: 11499280.
HSL color Cylindrical-coordinate representation of color #1077AF: hue angle of 201.13º 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 #1077AF is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 119 | 175 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.31 |
| HSL | 201.13º | 0.83% | 0.37% | - |
| HSV(B) | 201.13º | 0.91% | 0.69% | - |
| XYZ | 14.55 | 16.4 | 42.96 | - |
| YUV | 94.59 | 173.38 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 119 | 175 | 0.91 | 0.32 | 0 | 0.31 | 201.13 | 0.83 | 0.37 |
| Hex | 10 | 77 | AF | 5B | 20 | 0 | 1F | C9 | 53 | 25 |
| Octal | 20 | 167 | 257 | 133 | 40 | 0 | 37 | 311 | 123 | 45 |
| Binary | 10000 | 1110111 | 10101111 | 1011011 | 100000 | 0 | 11111 | 11001001 | 1010011 | 100101 |
Color Harmonies of #1077AF
Complementary color
Monochromatic Colors of #1077AF
Black with #1077AF
Text Example
Text Example
White with #1077AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1077AF; }
p { color: rgb(16,119,175); }
H1.HeaderClassName
{
color: #1077AF;
}
.AnyTagClassName
{
color: #1077AF;
}
</style>
background-color css
<style>
a { background-color: #1077AF; }
a { background-color: rgb(16,119,175); }
div.DivClassName
{
background-color: #1077AF;
}
.BgClassName
{
background-color: #1077AF;
}
</style>
border-color css
<style>
span { border-color: #1077AF; }
span { border-color: rgb(16,119,175); }
td.TdClassName
{
border-color: #1077AF;
}
.TagClassName
{
border-color: #1077AF;
}
</style>