Shades of Cerulean #0767A0
Tints of Cerulean #0767A0
RGB
CMYK
RGB Variations
Color information
#0767A0 (or 0x0767A0) is known color: Cerulean. HEX triplet: 07, 67 and A0. RGB value is (7,103,160). Sum of RGB (Red+Green+Blue) = 7+103+160=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 160 (62.89% from 255 or 59.26% from 270); Max value from RGB is 160 - color contains mainly: blue. Hex color #0767A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0767A0 is #F8985F. Grayscale: #505050. Windows color (decimal): -16291936 or 10512135. OLE color: 10512135.
HSL color Cylindrical-coordinate representation of color #0767A0: hue angle of 202.35º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0767A0 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 103 | 160 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.37 |
| HSL | 202.35º | 0.92% | 0.33% | - |
| HSV(B) | 202.35º | 0.96% | 0.63% | - |
| XYZ | 11.28 | 12.28 | 35.03 | - |
| YUV | 80.79 | 172.7 | 75.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 160 | 0.96 | 0.36 | 0 | 0.37 | 202.35 | 0.92 | 0.33 |
| Hex | 7 | 67 | A0 | 60 | 24 | 0 | 25 | CA | 5C | 21 |
| Octal | 7 | 147 | 240 | 140 | 44 | 0 | 45 | 312 | 134 | 41 |
| Binary | 111 | 1100111 | 10100000 | 1100000 | 100100 | 0 | 100101 | 11001010 | 1011100 | 100001 |
Color Harmonies of #0767A0
Complementary color
Monochromatic Colors of #0767A0
Black with #0767A0
Text Example
Text Example
White with #0767A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0767A0; }
p { color: rgb(7,103,160); }
H1.HeaderClassName
{
color: #0767A0;
}
.AnyTagClassName
{
color: #0767A0;
}
</style>
background-color css
<style>
a { background-color: #0767A0; }
a { background-color: rgb(7,103,160); }
div.DivClassName
{
background-color: #0767A0;
}
.BgClassName
{
background-color: #0767A0;
}
</style>
border-color css
<style>
span { border-color: #0767A0; }
span { border-color: rgb(7,103,160); }
td.TdClassName
{
border-color: #0767A0;
}
.TagClassName
{
border-color: #0767A0;
}
</style>