Shades of Dark Cerulean #035193
Tints of Dark Cerulean #035193
RGB
CMYK
RGB Variations
Color information
#035193 (or 0x035193) is known color: Dark Cerulean. HEX triplet: 03, 51 and 93. RGB value is (3,81,147). Sum of RGB (Red+Green+Blue) = 3+81+147=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #035193 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035193 is #FCAE6C. Grayscale: #404040. Windows color (decimal): -16559725 or 9654531. OLE color: 9654531.
HSL color Cylindrical-coordinate representation of color #035193: hue angle of 207.5º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035193 is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 3 | 81 | 147 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.42 |
| HSL | 207.5º | 0.96% | 0.29% | - |
| HSV(B) | 207.5º | 0.98% | 0.58% | - |
| XYZ | 8.25 | 8.01 | 28.72 | - |
| YUV | 65.2 | 174.16 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 81 | 147 | 0.98 | 0.45 | 0 | 0.42 | 207.5 | 0.96 | 0.29 |
| Hex | 3 | 51 | 93 | 62 | 2D | 0 | 2A | D0 | 60 | 1D |
| Octal | 3 | 121 | 223 | 142 | 55 | 0 | 52 | 320 | 140 | 35 |
| Binary | 11 | 1010001 | 10010011 | 1100010 | 101101 | 0 | 101010 | 11010000 | 1100000 | 11101 |
Color Harmonies of #035193
Complementary color
Monochromatic Colors of #035193
Black with #035193
Text Example
Text Example
White with #035193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035193; }
p { color: rgb(3,81,147); }
H1.HeaderClassName
{
color: #035193;
}
.AnyTagClassName
{
color: #035193;
}
</style>
background-color css
<style>
a { background-color: #035193; }
a { background-color: rgb(3,81,147); }
div.DivClassName
{
background-color: #035193;
}
.BgClassName
{
background-color: #035193;
}
</style>
border-color css
<style>
span { border-color: #035193; }
span { border-color: rgb(3,81,147); }
td.TdClassName
{
border-color: #035193;
}
.TagClassName
{
border-color: #035193;
}
</style>