Shades of Cerulean #006190
Tints of Cerulean #006190
RGB
CMYK
RGB Variations
Color information
#006190 (or 0x006190) is known color: Cerulean. HEX triplet: 00, 61 and 90. RGB value is (0,97,144). Sum of RGB (Red+Green+Blue) = 0+97+144=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #006190 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006190 is #FF9E6F. Grayscale: #494949. Windows color (decimal): -16752240 or 9462016. OLE color: 9462016.
HSL color Cylindrical-coordinate representation of color #006190: hue angle of 199.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006190 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 97 | 144 | - |
| CMYK | 1 | 0.33 | 0 | 0.44 |
| HSL | 199.58º | 1% | 0.28% | - |
| HSV(B) | 199.58º | 1% | 0.56% | - |
| XYZ | 9.31 | 10.56 | 27.93 | - |
| YUV | 73.36 | 167.86 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 144 | 1 | 0.33 | 0 | 0.44 | 199.58 | 1 | 0.28 |
| Hex | 0 | 61 | 90 | 64 | 21 | 0 | 2C | C8 | 64 | 1C |
| Octal | 0 | 141 | 220 | 144 | 41 | 0 | 54 | 310 | 144 | 34 |
| Binary | 0 | 1100001 | 10010000 | 1100100 | 100001 | 0 | 101100 | 11001000 | 1100100 | 11100 |
Color Harmonies of #006190
Complementary color
Monochromatic Colors of #006190
Black with #006190
Text Example
Text Example
White with #006190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006190; }
p { color: rgb(0,97,144); }
H1.HeaderClassName
{
color: #006190;
}
.AnyTagClassName
{
color: #006190;
}
</style>
background-color css
<style>
a { background-color: #006190; }
a { background-color: rgb(0,97,144); }
div.DivClassName
{
background-color: #006190;
}
.BgClassName
{
background-color: #006190;
}
</style>
border-color css
<style>
span { border-color: #006190; }
span { border-color: rgb(0,97,144); }
td.TdClassName
{
border-color: #006190;
}
.TagClassName
{
border-color: #006190;
}
</style>