Shades of Navy Blue #034BCB
Tints of Navy Blue #034BCB
RGB
CMYK
RGB Variations
Color information
#034BCB (or 0x034BCB) is known color: Navy Blue. HEX triplet: 03, 4B and CB. RGB value is (3,75,203). Sum of RGB (Red+Green+Blue) = 3+75+203=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #034BCB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BCB is #FCB434. Grayscale: #434343. Windows color (decimal): -16561205 or 13323011. OLE color: 13323011.
HSL color Cylindrical-coordinate representation of color #034BCB: hue angle of 218.4º 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 #034BCB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 75 | 203 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.20 |
| HSL | 218.4º | 0.97% | 0.4% | - |
| HSV(B) | 218.4º | 0.99% | 0.8% | - |
| XYZ | 13.33 | 9.36 | 57.6 | - |
| YUV | 68.06 | 204.15 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 203 | 0.99 | 0.63 | 0 | 0.20 | 218.4 | 0.97 | 0.4 |
| Hex | 3 | 4B | CB | 63 | 3F | 0 | 14 | DA | 61 | 28 |
| Octal | 3 | 113 | 313 | 143 | 77 | 0 | 24 | 332 | 141 | 50 |
| Binary | 11 | 1001011 | 11001011 | 1100011 | 111111 | 0 | 10100 | 11011010 | 1100001 | 101000 |
Color Harmonies of #034BCB
Complementary color
Monochromatic Colors of #034BCB
Black with #034BCB
Text Example
Text Example
White with #034BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BCB; }
p { color: rgb(3,75,203); }
H1.HeaderClassName
{
color: #034BCB;
}
.AnyTagClassName
{
color: #034BCB;
}
</style>
background-color css
<style>
a { background-color: #034BCB; }
a { background-color: rgb(3,75,203); }
div.DivClassName
{
background-color: #034BCB;
}
.BgClassName
{
background-color: #034BCB;
}
</style>
border-color css
<style>
span { border-color: #034BCB; }
span { border-color: rgb(3,75,203); }
td.TdClassName
{
border-color: #034BCB;
}
.TagClassName
{
border-color: #034BCB;
}
</style>