Shades of Cerulean #006791
Tints of Cerulean #006791
RGB
CMYK
RGB Variations
Color information
#006791 (or 0x006791) is known color: Cerulean. HEX triplet: 00, 67 and 91. RGB value is (0,103,145). Sum of RGB (Red+Green+Blue) = 0+103+145=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 145 (57.03% from 255 or 58.47% from 248); Max value from RGB is 145 - color contains mainly: blue. Hex color #006791 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006791 is #FF986E. Grayscale: #4C4C4C. Windows color (decimal): -16750703 or 9529088. OLE color: 9529088.
HSL color Cylindrical-coordinate representation of color #006791: hue angle of 197.38º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006791 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 103 | 145 | - |
| CMYK | 1 | 0.29 | 0 | 0.43 |
| HSL | 197.38º | 1% | 0.28% | - |
| HSV(B) | 197.38º | 1% | 0.57% | - |
| XYZ | 9.96 | 11.74 | 28.53 | - |
| YUV | 76.99 | 166.38 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 145 | 1 | 0.29 | 0 | 0.43 | 197.38 | 1 | 0.28 |
| Hex | 0 | 67 | 91 | 64 | 1D | 0 | 2B | C5 | 64 | 1C |
| Octal | 0 | 147 | 221 | 144 | 35 | 0 | 53 | 305 | 144 | 34 |
| Binary | 0 | 1100111 | 10010001 | 1100100 | 11101 | 0 | 101011 | 11000101 | 1100100 | 11100 |
Color Harmonies of #006791
Complementary color
Monochromatic Colors of #006791
Black with #006791
Text Example
Text Example
White with #006791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006791; }
p { color: rgb(0,103,145); }
H1.HeaderClassName
{
color: #006791;
}
.AnyTagClassName
{
color: #006791;
}
</style>
background-color css
<style>
a { background-color: #006791; }
a { background-color: rgb(0,103,145); }
div.DivClassName
{
background-color: #006791;
}
.BgClassName
{
background-color: #006791;
}
</style>
border-color css
<style>
span { border-color: #006791; }
span { border-color: rgb(0,103,145); }
td.TdClassName
{
border-color: #006791;
}
.TagClassName
{
border-color: #006791;
}
</style>