Shades of Navy Blue #034ACB
Tints of Navy Blue #034ACB
RGB
CMYK
RGB Variations
Color information
#034ACB (or 0x034ACB) is known color: Navy Blue. HEX triplet: 03, 4A and CB. RGB value is (3,74,203). Sum of RGB (Red+Green+Blue) = 3+74+203=280 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 203 (79.69% from 255 or 72.5% from 280); Max value from RGB is 203 - color contains mainly: blue. Hex color #034ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ACB is #FCB534. Grayscale: #424242. Windows color (decimal): -16561461 or 13322755. OLE color: 13322755.
HSL color Cylindrical-coordinate representation of color #034ACB: hue angle of 218.7º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ACB is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 74 | 203 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.20 |
| HSL | 218.7º | 0.97% | 0.4% | - |
| HSV(B) | 218.7º | 0.99% | 0.8% | - |
| XYZ | 13.27 | 9.23 | 57.58 | - |
| YUV | 67.48 | 204.48 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 203 | 0.99 | 0.64 | 0 | 0.20 | 218.7 | 0.97 | 0.4 |
| Hex | 3 | 4A | CB | 63 | 40 | 0 | 14 | DB | 61 | 28 |
| Octal | 3 | 112 | 313 | 143 | 100 | 0 | 24 | 333 | 141 | 50 |
| Binary | 11 | 1001010 | 11001011 | 1100011 | 1000000 | 0 | 10100 | 11011011 | 1100001 | 101000 |
Color Harmonies of #034ACB
Complementary color
Monochromatic Colors of #034ACB
Black with #034ACB
Text Example
Text Example
White with #034ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ACB; }
p { color: rgb(3,74,203); }
H1.HeaderClassName
{
color: #034ACB;
}
.AnyTagClassName
{
color: #034ACB;
}
</style>
background-color css
<style>
a { background-color: #034ACB; }
a { background-color: rgb(3,74,203); }
div.DivClassName
{
background-color: #034ACB;
}
.BgClassName
{
background-color: #034ACB;
}
</style>
border-color css
<style>
span { border-color: #034ACB; }
span { border-color: rgb(3,74,203); }
td.TdClassName
{
border-color: #034ACB;
}
.TagClassName
{
border-color: #034ACB;
}
</style>