Shades of Cerulean #067FAA
Tints of Cerulean #067FAA
RGB
CMYK
RGB Variations
Color information
#067FAA (or 0x067FAA) is known color: Cerulean. HEX triplet: 06, 7F and AA. RGB value is (6,127,170). Sum of RGB (Red+Green+Blue) = 6+127+170=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #067FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067FAA is #F98055. Grayscale: #5F5F5F. Windows color (decimal): -16351318 or 11173638. OLE color: 11173638.
HSL color Cylindrical-coordinate representation of color #067FAA: hue angle of 195.73º degrees, saturation: 0.93, 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 #067FAA is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 127 | 170 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.33 |
| HSL | 195.73º | 0.93% | 0.35% | - |
| HSV(B) | 195.73º | 0.96% | 0.67% | - |
| XYZ | 14.92 | 18.12 | 40.74 | - |
| YUV | 95.72 | 169.91 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 170 | 0.96 | 0.25 | 0 | 0.33 | 195.73 | 0.93 | 0.35 |
| Hex | 6 | 7F | AA | 60 | 19 | 0 | 21 | C4 | 5D | 23 |
| Octal | 6 | 177 | 252 | 140 | 31 | 0 | 41 | 304 | 135 | 43 |
| Binary | 110 | 1111111 | 10101010 | 1100000 | 11001 | 0 | 100001 | 11000100 | 1011101 | 100011 |
Color Harmonies of #067FAA
Complementary color
Monochromatic Colors of #067FAA
Black with #067FAA
Text Example
Text Example
White with #067FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067FAA; }
p { color: rgb(6,127,170); }
H1.HeaderClassName
{
color: #067FAA;
}
.AnyTagClassName
{
color: #067FAA;
}
</style>
background-color css
<style>
a { background-color: #067FAA; }
a { background-color: rgb(6,127,170); }
div.DivClassName
{
background-color: #067FAA;
}
.BgClassName
{
background-color: #067FAA;
}
</style>
border-color css
<style>
span { border-color: #067FAA; }
span { border-color: rgb(6,127,170); }
td.TdClassName
{
border-color: #067FAA;
}
.TagClassName
{
border-color: #067FAA;
}
</style>