Shades of Cerulean #067AA4
Tints of Cerulean #067AA4
RGB
CMYK
RGB Variations
Color information
#067AA4 (or 0x067AA4) is known color: Cerulean. HEX triplet: 06, 7A and A4. RGB value is (6,122,164). Sum of RGB (Red+Green+Blue) = 6+122+164=292 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.05% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 164 (64.45% from 255 or 56.16% from 292); Max value from RGB is 164 - color contains mainly: blue. Hex color #067AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067AA4 is #F9855B. Grayscale: #5B5B5B. Windows color (decimal): -16352604 or 10779142. OLE color: 10779142.
HSL color Cylindrical-coordinate representation of color #067AA4: hue angle of 195.95º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067AA4 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 122 | 164 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.36 |
| HSL | 195.95º | 0.93% | 0.33% | - |
| HSV(B) | 195.95º | 0.96% | 0.64% | - |
| XYZ | 13.74 | 16.64 | 37.61 | - |
| YUV | 92.1 | 168.57 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 122 | 164 | 0.96 | 0.26 | 0 | 0.36 | 195.95 | 0.93 | 0.33 |
| Hex | 6 | 7A | A4 | 60 | 1A | 0 | 24 | C4 | 5D | 21 |
| Octal | 6 | 172 | 244 | 140 | 32 | 0 | 44 | 304 | 135 | 41 |
| Binary | 110 | 1111010 | 10100100 | 1100000 | 11010 | 0 | 100100 | 11000100 | 1011101 | 100001 |
Color Harmonies of #067AA4
Complementary color
Monochromatic Colors of #067AA4
Black with #067AA4
Text Example
Text Example
White with #067AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067AA4; }
p { color: rgb(6,122,164); }
H1.HeaderClassName
{
color: #067AA4;
}
.AnyTagClassName
{
color: #067AA4;
}
</style>
background-color css
<style>
a { background-color: #067AA4; }
a { background-color: rgb(6,122,164); }
div.DivClassName
{
background-color: #067AA4;
}
.BgClassName
{
background-color: #067AA4;
}
</style>
border-color css
<style>
span { border-color: #067AA4; }
span { border-color: rgb(6,122,164); }
td.TdClassName
{
border-color: #067AA4;
}
.TagClassName
{
border-color: #067AA4;
}
</style>