Shades of Navy Blue #035CC9
Tints of Navy Blue #035CC9
RGB
CMYK
RGB Variations
Color information
#035CC9 (or 0x035CC9) is known color: Navy Blue. HEX triplet: 03, 5C and C9. RGB value is (3,92,201). Sum of RGB (Red+Green+Blue) = 3+92+201=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #035CC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035CC9 is #FCA336. Grayscale: #4D4D4D. Windows color (decimal): -16556855 or 13196291. OLE color: 13196291.
HSL color Cylindrical-coordinate representation of color #035CC9: hue angle of 213.03º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035CC9 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 3 | 92 | 201 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.21 |
| HSL | 213.03º | 0.97% | 0.4% | - |
| HSV(B) | 213.03º | 0.99% | 0.79% | - |
| XYZ | 14.41 | 11.89 | 56.79 | - |
| YUV | 77.82 | 197.51 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 92 | 201 | 0.99 | 0.54 | 0 | 0.21 | 213.03 | 0.97 | 0.4 |
| Hex | 3 | 5C | C9 | 63 | 36 | 0 | 15 | D5 | 61 | 28 |
| Octal | 3 | 134 | 311 | 143 | 66 | 0 | 25 | 325 | 141 | 50 |
| Binary | 11 | 1011100 | 11001001 | 1100011 | 110110 | 0 | 10101 | 11010101 | 1100001 | 101000 |
Color Harmonies of #035CC9
Complementary color
Monochromatic Colors of #035CC9
Black with #035CC9
Text Example
Text Example
White with #035CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035CC9; }
p { color: rgb(3,92,201); }
H1.HeaderClassName
{
color: #035CC9;
}
.AnyTagClassName
{
color: #035CC9;
}
</style>
background-color css
<style>
a { background-color: #035CC9; }
a { background-color: rgb(3,92,201); }
div.DivClassName
{
background-color: #035CC9;
}
.BgClassName
{
background-color: #035CC9;
}
</style>
border-color css
<style>
span { border-color: #035CC9; }
span { border-color: rgb(3,92,201); }
td.TdClassName
{
border-color: #035CC9;
}
.TagClassName
{
border-color: #035CC9;
}
</style>