Shades of Cerulean #0767AB
Tints of Cerulean #0767AB
RGB
CMYK
RGB Variations
Color information
#0767AB (or 0x0767AB) is known color: Cerulean. HEX triplet: 07, 67 and AB. RGB value is (7,103,171). Sum of RGB (Red+Green+Blue) = 7+103+171=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 103 (40.62% from 255 or 36.65% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #0767AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0767AB is #F89854. Grayscale: #515151. Windows color (decimal): -16291925 or 11233031. OLE color: 11233031.
HSL color Cylindrical-coordinate representation of color #0767AB: hue angle of 204.88º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0767AB is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 103 | 171 | - |
| CMYK | 0.96 | 0.40 | 0 | 0.33 |
| HSL | 204.88º | 0.92% | 0.35% | - |
| HSV(B) | 204.88º | 0.96% | 0.67% | - |
| XYZ | 12.29 | 12.69 | 40.33 | - |
| YUV | 82.05 | 178.2 | 74.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 171 | 0.96 | 0.40 | 0 | 0.33 | 204.88 | 0.92 | 0.35 |
| Hex | 7 | 67 | AB | 60 | 28 | 0 | 21 | CD | 5C | 23 |
| Octal | 7 | 147 | 253 | 140 | 50 | 0 | 41 | 315 | 134 | 43 |
| Binary | 111 | 1100111 | 10101011 | 1100000 | 101000 | 0 | 100001 | 11001101 | 1011100 | 100011 |
Color Harmonies of #0767AB
Complementary color
Monochromatic Colors of #0767AB
Black with #0767AB
Text Example
Text Example
White with #0767AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0767AB; }
p { color: rgb(7,103,171); }
H1.HeaderClassName
{
color: #0767AB;
}
.AnyTagClassName
{
color: #0767AB;
}
</style>
background-color css
<style>
a { background-color: #0767AB; }
a { background-color: rgb(7,103,171); }
div.DivClassName
{
background-color: #0767AB;
}
.BgClassName
{
background-color: #0767AB;
}
</style>
border-color css
<style>
span { border-color: #0767AB; }
span { border-color: rgb(7,103,171); }
td.TdClassName
{
border-color: #0767AB;
}
.TagClassName
{
border-color: #0767AB;
}
</style>