Shades of Navy Blue #035ACF
Tints of Navy Blue #035ACF
RGB
CMYK
RGB Variations
Color information
#035ACF (or 0x035ACF) is known color: Navy Blue. HEX triplet: 03, 5A and CF. RGB value is (3,90,207). Sum of RGB (Red+Green+Blue) = 3+90+207=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 207 (81.25% from 255 or 69% from 300); Max value from RGB is 207 - color contains mainly: blue. Hex color #035ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #035ACF is #FCA530. Grayscale: #4C4C4C. Windows color (decimal): -16557361 or 13588995. OLE color: 13588995.
HSL color Cylindrical-coordinate representation of color #035ACF: hue angle of 214.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #035ACF is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 90 | 207 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.19 |
| HSL | 214.41º | 0.97% | 0.41% | - |
| HSV(B) | 214.41º | 0.99% | 0.81% | - |
| XYZ | 14.96 | 11.84 | 60.53 | - |
| YUV | 77.33 | 201.18 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 90 | 207 | 0.99 | 0.57 | 0 | 0.19 | 214.41 | 0.97 | 0.41 |
| Hex | 3 | 5A | CF | 63 | 39 | 0 | 13 | D6 | 61 | 29 |
| Octal | 3 | 132 | 317 | 143 | 71 | 0 | 23 | 326 | 141 | 51 |
| Binary | 11 | 1011010 | 11001111 | 1100011 | 111001 | 0 | 10011 | 11010110 | 1100001 | 101001 |
Color Harmonies of #035ACF
Complementary color
Monochromatic Colors of #035ACF
Black with #035ACF
Text Example
Text Example
White with #035ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035ACF; }
p { color: rgb(3,90,207); }
H1.HeaderClassName
{
color: #035ACF;
}
.AnyTagClassName
{
color: #035ACF;
}
</style>
background-color css
<style>
a { background-color: #035ACF; }
a { background-color: rgb(3,90,207); }
div.DivClassName
{
background-color: #035ACF;
}
.BgClassName
{
background-color: #035ACF;
}
</style>
border-color css
<style>
span { border-color: #035ACF; }
span { border-color: rgb(3,90,207); }
td.TdClassName
{
border-color: #035ACF;
}
.TagClassName
{
border-color: #035ACF;
}
</style>