Shades of Cerulean #006093
Tints of Cerulean #006093
RGB
CMYK
RGB Variations
Color information
#006093 (or 0x006093) is known color: Cerulean. HEX triplet: 00, 60 and 93. RGB value is (0,96,147). Sum of RGB (Red+Green+Blue) = 0+96+147=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #006093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006093 is #FF9F6C. Grayscale: #484848. Windows color (decimal): -16752493 or 9658368. OLE color: 9658368.
HSL color Cylindrical-coordinate representation of color #006093: hue angle of 200.82º 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 #006093 is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 96 | 147 | - |
| CMYK | 1 | 0.35 | 0 | 0.42 |
| HSL | 200.82º | 1% | 0.29% | - |
| HSV(B) | 200.82º | 1% | 0.58% | - |
| XYZ | 9.45 | 10.47 | 29.13 | - |
| YUV | 73.11 | 169.7 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 147 | 1 | 0.35 | 0 | 0.42 | 200.82 | 1 | 0.29 |
| Hex | 0 | 60 | 93 | 64 | 23 | 0 | 2A | C9 | 64 | 1D |
| Octal | 0 | 140 | 223 | 144 | 43 | 0 | 52 | 311 | 144 | 35 |
| Binary | 0 | 1100000 | 10010011 | 1100100 | 100011 | 0 | 101010 | 11001001 | 1100100 | 11101 |
Color Harmonies of #006093
Complementary color
Monochromatic Colors of #006093
Black with #006093
Text Example
Text Example
White with #006093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006093; }
p { color: rgb(0,96,147); }
H1.HeaderClassName
{
color: #006093;
}
.AnyTagClassName
{
color: #006093;
}
</style>
background-color css
<style>
a { background-color: #006093; }
a { background-color: rgb(0,96,147); }
div.DivClassName
{
background-color: #006093;
}
.BgClassName
{
background-color: #006093;
}
</style>
border-color css
<style>
span { border-color: #006093; }
span { border-color: rgb(0,96,147); }
td.TdClassName
{
border-color: #006093;
}
.TagClassName
{
border-color: #006093;
}
</style>