Shades of Cerulean #006895
Tints of Cerulean #006895
RGB
CMYK
RGB Variations
Color information
#006895 (or 0x006895) is known color: Cerulean. HEX triplet: 00, 68 and 95. RGB value is (0,104,149). Sum of RGB (Red+Green+Blue) = 0+104+149=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #006895 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006895 is #FF976A. Grayscale: #4D4D4D. Windows color (decimal): -16750443 or 9791488. OLE color: 9791488.
HSL color Cylindrical-coordinate representation of color #006895: hue angle of 198.12º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006895 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 104 | 149 | - |
| CMYK | 1 | 0.30 | 0 | 0.42 |
| HSL | 198.12º | 1% | 0.29% | - |
| HSV(B) | 198.12º | 1% | 0.58% | - |
| XYZ | 10.38 | 12.07 | 30.22 | - |
| YUV | 78.03 | 168.04 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 149 | 1 | 0.30 | 0 | 0.42 | 198.12 | 1 | 0.29 |
| Hex | 0 | 68 | 95 | 64 | 1E | 0 | 2A | C6 | 64 | 1D |
| Octal | 0 | 150 | 225 | 144 | 36 | 0 | 52 | 306 | 144 | 35 |
| Binary | 0 | 1101000 | 10010101 | 1100100 | 11110 | 0 | 101010 | 11000110 | 1100100 | 11101 |
Color Harmonies of #006895
Complementary color
Monochromatic Colors of #006895
Black with #006895
Text Example
Text Example
White with #006895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006895; }
p { color: rgb(0,104,149); }
H1.HeaderClassName
{
color: #006895;
}
.AnyTagClassName
{
color: #006895;
}
</style>
background-color css
<style>
a { background-color: #006895; }
a { background-color: rgb(0,104,149); }
div.DivClassName
{
background-color: #006895;
}
.BgClassName
{
background-color: #006895;
}
</style>
border-color css
<style>
span { border-color: #006895; }
span { border-color: rgb(0,104,149); }
td.TdClassName
{
border-color: #006895;
}
.TagClassName
{
border-color: #006895;
}
</style>