Shades of Dark Cerulean #005194
Tints of Dark Cerulean #005194
RGB
CMYK
RGB Variations
Color information
#005194 (or 0x005194) is known color: Dark Cerulean. HEX triplet: 00, 51 and 94. RGB value is (0,81,148). Sum of RGB (Red+Green+Blue) = 0+81+148=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 148 (58.20% from 255 or 64.63% from 229); Max value from RGB is 148 - color contains mainly: blue. Hex color #005194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005194 is #FFAE6B. Grayscale: #404040. Windows color (decimal): -16756332 or 9720064. OLE color: 9720064.
HSL color Cylindrical-coordinate representation of color #005194: hue angle of 207.16º 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 #005194 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 81 | 148 | - |
| CMYK | 1 | 0.45 | 0 | 0.42 |
| HSL | 207.16º | 1% | 0.29% | - |
| HSV(B) | 207.16º | 1% | 0.58% | - |
| XYZ | 8.29 | 8.02 | 29.13 | - |
| YUV | 64.42 | 175.16 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 81 | 148 | 1 | 0.45 | 0 | 0.42 | 207.16 | 1 | 0.29 |
| Hex | 0 | 51 | 94 | 64 | 2D | 0 | 2A | CF | 64 | 1D |
| Octal | 0 | 121 | 224 | 144 | 55 | 0 | 52 | 317 | 144 | 35 |
| Binary | 0 | 1010001 | 10010100 | 1100100 | 101101 | 0 | 101010 | 11001111 | 1100100 | 11101 |
Color Harmonies of #005194
Complementary color
Monochromatic Colors of #005194
Black with #005194
Text Example
Text Example
White with #005194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005194; }
p { color: rgb(0,81,148); }
H1.HeaderClassName
{
color: #005194;
}
.AnyTagClassName
{
color: #005194;
}
</style>
background-color css
<style>
a { background-color: #005194; }
a { background-color: rgb(0,81,148); }
div.DivClassName
{
background-color: #005194;
}
.BgClassName
{
background-color: #005194;
}
</style>
border-color css
<style>
span { border-color: #005194; }
span { border-color: rgb(0,81,148); }
td.TdClassName
{
border-color: #005194;
}
.TagClassName
{
border-color: #005194;
}
</style>