Shades of Cerulean #006790
Tints of Cerulean #006790
RGB
CMYK
RGB Variations
Color information
#006790 (or 0x006790) is known color: Cerulean. HEX triplet: 00, 67 and 90. RGB value is (0,103,144). Sum of RGB (Red+Green+Blue) = 0+103+144=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #006790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006790 is #FF986F. Grayscale: #4C4C4C. Windows color (decimal): -16750704 or 9463552. OLE color: 9463552.
HSL color Cylindrical-coordinate representation of color #006790: hue angle of 197.08º 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 #006790 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 103 | 144 | - |
| CMYK | 1 | 0.28 | 0 | 0.44 |
| HSL | 197.08º | 1% | 0.28% | - |
| HSV(B) | 197.08º | 1% | 0.56% | - |
| XYZ | 9.88 | 11.71 | 28.13 | - |
| YUV | 76.88 | 165.88 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 144 | 1 | 0.28 | 0 | 0.44 | 197.08 | 1 | 0.28 |
| Hex | 0 | 67 | 90 | 64 | 1C | 0 | 2C | C5 | 64 | 1C |
| Octal | 0 | 147 | 220 | 144 | 34 | 0 | 54 | 305 | 144 | 34 |
| Binary | 0 | 1100111 | 10010000 | 1100100 | 11100 | 0 | 101100 | 11000101 | 1100100 | 11100 |
Color Harmonies of #006790
Complementary color
Monochromatic Colors of #006790
Black with #006790
Text Example
Text Example
White with #006790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006790; }
p { color: rgb(0,103,144); }
H1.HeaderClassName
{
color: #006790;
}
.AnyTagClassName
{
color: #006790;
}
</style>
background-color css
<style>
a { background-color: #006790; }
a { background-color: rgb(0,103,144); }
div.DivClassName
{
background-color: #006790;
}
.BgClassName
{
background-color: #006790;
}
</style>
border-color css
<style>
span { border-color: #006790; }
span { border-color: rgb(0,103,144); }
td.TdClassName
{
border-color: #006790;
}
.TagClassName
{
border-color: #006790;
}
</style>