Shades of Cerulean #006394
Tints of Cerulean #006394
RGB
CMYK
RGB Variations
Color information
#006394 (or 0x006394) is known color: Cerulean. HEX triplet: 00, 63 and 94. RGB value is (0,99,148). Sum of RGB (Red+Green+Blue) = 0+99+148=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 148 (58.20% from 255 or 59.92% from 247); Max value from RGB is 148 - color contains mainly: blue. Hex color #006394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006394 is #FF9C6B. Grayscale: #4A4A4A. Windows color (decimal): -16751724 or 9724672. OLE color: 9724672.
HSL color Cylindrical-coordinate representation of color #006394: hue angle of 199.86º 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 #006394 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 99 | 148 | - |
| CMYK | 1 | 0.33 | 0 | 0.42 |
| HSL | 199.86º | 1% | 0.29% | - |
| HSV(B) | 199.86º | 1% | 0.58% | - |
| XYZ | 9.81 | 11.06 | 29.64 | - |
| YUV | 74.99 | 169.2 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 148 | 1 | 0.33 | 0 | 0.42 | 199.86 | 1 | 0.29 |
| Hex | 0 | 63 | 94 | 64 | 21 | 0 | 2A | C8 | 64 | 1D |
| Octal | 0 | 143 | 224 | 144 | 41 | 0 | 52 | 310 | 144 | 35 |
| Binary | 0 | 1100011 | 10010100 | 1100100 | 100001 | 0 | 101010 | 11001000 | 1100100 | 11101 |
Color Harmonies of #006394
Complementary color
Monochromatic Colors of #006394
Black with #006394
Text Example
Text Example
White with #006394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006394; }
p { color: rgb(0,99,148); }
H1.HeaderClassName
{
color: #006394;
}
.AnyTagClassName
{
color: #006394;
}
</style>
background-color css
<style>
a { background-color: #006394; }
a { background-color: rgb(0,99,148); }
div.DivClassName
{
background-color: #006394;
}
.BgClassName
{
background-color: #006394;
}
</style>
border-color css
<style>
span { border-color: #006394; }
span { border-color: rgb(0,99,148); }
td.TdClassName
{
border-color: #006394;
}
.TagClassName
{
border-color: #006394;
}
</style>