Shades of Cerulean #006590
Tints of Cerulean #006590
RGB
CMYK
RGB Variations
Color information
#006590 (or 0x006590) is known color: Cerulean. HEX triplet: 00, 65 and 90. RGB value is (0,101,144). Sum of RGB (Red+Green+Blue) = 0+101+144=245 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #006590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006590 is #FF9A6F. Grayscale: #4B4B4B. Windows color (decimal): -16751216 or 9463040. OLE color: 9463040.
HSL color Cylindrical-coordinate representation of color #006590: hue angle of 197.92º 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 #006590 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 101 | 144 | - |
| CMYK | 1 | 0.30 | 0 | 0.44 |
| HSL | 197.92º | 1% | 0.28% | - |
| HSV(B) | 197.92º | 1% | 0.56% | - |
| XYZ | 9.69 | 11.32 | 28.06 | - |
| YUV | 75.7 | 166.54 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 144 | 1 | 0.30 | 0 | 0.44 | 197.92 | 1 | 0.28 |
| Hex | 0 | 65 | 90 | 64 | 1E | 0 | 2C | C6 | 64 | 1C |
| Octal | 0 | 145 | 220 | 144 | 36 | 0 | 54 | 306 | 144 | 34 |
| Binary | 0 | 1100101 | 10010000 | 1100100 | 11110 | 0 | 101100 | 11000110 | 1100100 | 11100 |
Color Harmonies of #006590
Complementary color
Monochromatic Colors of #006590
Black with #006590
Text Example
Text Example
White with #006590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006590; }
p { color: rgb(0,101,144); }
H1.HeaderClassName
{
color: #006590;
}
.AnyTagClassName
{
color: #006590;
}
</style>
background-color css
<style>
a { background-color: #006590; }
a { background-color: rgb(0,101,144); }
div.DivClassName
{
background-color: #006590;
}
.BgClassName
{
background-color: #006590;
}
</style>
border-color css
<style>
span { border-color: #006590; }
span { border-color: rgb(0,101,144); }
td.TdClassName
{
border-color: #006590;
}
.TagClassName
{
border-color: #006590;
}
</style>