Shades of Cerulean #067D9D
Tints of Cerulean #067D9D
RGB
CMYK
RGB Variations
Color information
#067D9D (or 0x067D9D) is known color: Cerulean. HEX triplet: 06, 7D and 9D. RGB value is (6,125,157). Sum of RGB (Red+Green+Blue) = 6+125+157=288 (38% of max value = 765). Red value is 6 (2.73% from 255 or 2.08% from 288); Green value is 125 (49.22% from 255 or 43.40% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #067D9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067D9D is #F98262. Grayscale: #5C5C5C. Windows color (decimal): -16351843 or 10321158. OLE color: 10321158.
HSL color Cylindrical-coordinate representation of color #067D9D: hue angle of 192.72º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067D9D is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 125 | 157 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.38 |
| HSL | 192.72º | 0.93% | 0.32% | - |
| HSV(B) | 192.72º | 0.96% | 0.62% | - |
| XYZ | 13.49 | 17.14 | 34.5 | - |
| YUV | 93.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 157 | 0.96 | 0.20 | 0 | 0.38 | 192.72 | 0.93 | 0.32 |
| Hex | 6 | 7D | 9D | 60 | 14 | 0 | 26 | C1 | 5D | 20 |
| Octal | 6 | 175 | 235 | 140 | 24 | 0 | 46 | 301 | 135 | 40 |
| Binary | 110 | 1111101 | 10011101 | 1100000 | 10100 | 0 | 100110 | 11000001 | 1011101 | 100000 |
Color Harmonies of #067D9D
Complementary color
Monochromatic Colors of #067D9D
Black with #067D9D
Text Example
Text Example
White with #067D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067D9D; }
p { color: rgb(6,125,157); }
H1.HeaderClassName
{
color: #067D9D;
}
.AnyTagClassName
{
color: #067D9D;
}
</style>
background-color css
<style>
a { background-color: #067D9D; }
a { background-color: rgb(6,125,157); }
div.DivClassName
{
background-color: #067D9D;
}
.BgClassName
{
background-color: #067D9D;
}
</style>
border-color css
<style>
span { border-color: #067D9D; }
span { border-color: rgb(6,125,157); }
td.TdClassName
{
border-color: #067D9D;
}
.TagClassName
{
border-color: #067D9D;
}
</style>