Shades of Cerulean #006593
Tints of Cerulean #006593
RGB
CMYK
RGB Variations
Color information
#006593 (or 0x006593) is known color: Cerulean. HEX triplet: 00, 65 and 93. RGB value is (0,101,147). Sum of RGB (Red+Green+Blue) = 0+101+147=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #006593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006593 is #FF9A6C. Grayscale: #4B4B4B. Windows color (decimal): -16751213 or 9659648. OLE color: 9659648.
HSL color Cylindrical-coordinate representation of color #006593: hue angle of 198.78º 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 #006593 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 101 | 147 | - |
| CMYK | 1 | 0.31 | 0 | 0.42 |
| HSL | 198.78º | 1% | 0.29% | - |
| HSV(B) | 198.78º | 1% | 0.58% | - |
| XYZ | 9.92 | 11.41 | 29.28 | - |
| YUV | 76.05 | 168.04 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 101 | 147 | 1 | 0.31 | 0 | 0.42 | 198.78 | 1 | 0.29 |
| Hex | 0 | 65 | 93 | 64 | 1F | 0 | 2A | C7 | 64 | 1D |
| Octal | 0 | 145 | 223 | 144 | 37 | 0 | 52 | 307 | 144 | 35 |
| Binary | 0 | 1100101 | 10010011 | 1100100 | 11111 | 0 | 101010 | 11000111 | 1100100 | 11101 |
Color Harmonies of #006593
Complementary color
Monochromatic Colors of #006593
Black with #006593
Text Example
Text Example
White with #006593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006593; }
p { color: rgb(0,101,147); }
H1.HeaderClassName
{
color: #006593;
}
.AnyTagClassName
{
color: #006593;
}
</style>
background-color css
<style>
a { background-color: #006593; }
a { background-color: rgb(0,101,147); }
div.DivClassName
{
background-color: #006593;
}
.BgClassName
{
background-color: #006593;
}
</style>
border-color css
<style>
span { border-color: #006593; }
span { border-color: rgb(0,101,147); }
td.TdClassName
{
border-color: #006593;
}
.TagClassName
{
border-color: #006593;
}
</style>