Shades of Navy Blue #034BCF
Tints of Navy Blue #034BCF
RGB
CMYK
RGB Variations
Color information
#034BCF (or 0x034BCF) is known color: Navy Blue. HEX triplet: 03, 4B and CF. RGB value is (3,75,207). Sum of RGB (Red+Green+Blue) = 3+75+207=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #034BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034BCF is #FCB430. Grayscale: #434343. Windows color (decimal): -16561201 or 13585155. OLE color: 13585155.
HSL color Cylindrical-coordinate representation of color #034BCF: hue angle of 218.82º 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 #034BCF is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 75 | 207 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.19 |
| HSL | 218.82º | 0.97% | 0.41% | - |
| HSV(B) | 218.82º | 0.99% | 0.81% | - |
| XYZ | 13.82 | 9.56 | 60.15 | - |
| YUV | 68.52 | 206.15 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 207 | 0.99 | 0.64 | 0 | 0.19 | 218.82 | 0.97 | 0.41 |
| Hex | 3 | 4B | CF | 63 | 40 | 0 | 13 | DB | 61 | 29 |
| Octal | 3 | 113 | 317 | 143 | 100 | 0 | 23 | 333 | 141 | 51 |
| Binary | 11 | 1001011 | 11001111 | 1100011 | 1000000 | 0 | 10011 | 11011011 | 1100001 | 101001 |
Color Harmonies of #034BCF
Complementary color
Monochromatic Colors of #034BCF
Black with #034BCF
Text Example
Text Example
White with #034BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034BCF; }
p { color: rgb(3,75,207); }
H1.HeaderClassName
{
color: #034BCF;
}
.AnyTagClassName
{
color: #034BCF;
}
</style>
background-color css
<style>
a { background-color: #034BCF; }
a { background-color: rgb(3,75,207); }
div.DivClassName
{
background-color: #034BCF;
}
.BgClassName
{
background-color: #034BCF;
}
</style>
border-color css
<style>
span { border-color: #034BCF; }
span { border-color: rgb(3,75,207); }
td.TdClassName
{
border-color: #034BCF;
}
.TagClassName
{
border-color: #034BCF;
}
</style>