Shades of Cerulean #067595
Tints of Cerulean #067595
RGB
CMYK
RGB Variations
Color information
#067595 (or 0x067595) is known color: Cerulean. HEX triplet: 06, 75 and 95. RGB value is (6,117,149). Sum of RGB (Red+Green+Blue) = 6+117+149=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 149 (58.59% from 255 or 54.78% from 272); Max value from RGB is 149 - color contains mainly: blue. Hex color #067595 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067595 is #F98A6A. Grayscale: #575757. Windows color (decimal): -16353899 or 9794822. OLE color: 9794822.
HSL color Cylindrical-coordinate representation of color #067595: hue angle of 193.43º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067595 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 6 | 117 | 149 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.42 |
| HSL | 193.43º | 0.92% | 0.3% | - |
| HSV(B) | 193.43º | 0.96% | 0.58% | - |
| XYZ | 11.86 | 14.93 | 30.69 | - |
| YUV | 87.46 | 162.73 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 117 | 149 | 0.96 | 0.21 | 0 | 0.42 | 193.43 | 0.92 | 0.3 |
| Hex | 6 | 75 | 95 | 60 | 15 | 0 | 2A | C1 | 5C | 1E |
| Octal | 6 | 165 | 225 | 140 | 25 | 0 | 52 | 301 | 134 | 36 |
| Binary | 110 | 1110101 | 10010101 | 1100000 | 10101 | 0 | 101010 | 11000001 | 1011100 | 11110 |
Color Harmonies of #067595
Complementary color
Monochromatic Colors of #067595
Black with #067595
Text Example
Text Example
White with #067595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067595; }
p { color: rgb(6,117,149); }
H1.HeaderClassName
{
color: #067595;
}
.AnyTagClassName
{
color: #067595;
}
</style>
background-color css
<style>
a { background-color: #067595; }
a { background-color: rgb(6,117,149); }
div.DivClassName
{
background-color: #067595;
}
.BgClassName
{
background-color: #067595;
}
</style>
border-color css
<style>
span { border-color: #067595; }
span { border-color: rgb(6,117,149); }
td.TdClassName
{
border-color: #067595;
}
.TagClassName
{
border-color: #067595;
}
</style>