Shades of Navy Blue #0358CC
Tints of Navy Blue #0358CC
RGB
CMYK
RGB Variations
Color information
#0358CC (or 0x0358CC) is known color: Navy Blue. HEX triplet: 03, 58 and CC. RGB value is (3,88,204). Sum of RGB (Red+Green+Blue) = 3+88+204=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #0358CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358CC is #FCA733. Grayscale: #4B4B4B. Windows color (decimal): -16557876 or 13391875. OLE color: 13391875.
HSL color Cylindrical-coordinate representation of color #0358CC: hue angle of 214.63º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358CC is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 88 | 204 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.2 |
| HSL | 214.63º | 0.97% | 0.41% | - |
| HSV(B) | 214.63º | 0.99% | 0.8% | - |
| XYZ | 14.43 | 11.36 | 58.56 | - |
| YUV | 75.81 | 200.34 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 88 | 204 | 0.99 | 0.57 | 0 | 0.2 | 214.63 | 0.97 | 0.41 |
| Hex | 3 | 58 | CC | 63 | 39 | 0 | 14 | D7 | 61 | 29 |
| Octal | 3 | 130 | 314 | 143 | 71 | 0 | 24 | 327 | 141 | 51 |
| Binary | 11 | 1011000 | 11001100 | 1100011 | 111001 | 0 | 10100 | 11010111 | 1100001 | 101001 |
Color Harmonies of #0358CC
Complementary color
Monochromatic Colors of #0358CC
Black with #0358CC
Text Example
Text Example
White with #0358CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0358CC; }
p { color: rgb(3,88,204); }
H1.HeaderClassName
{
color: #0358CC;
}
.AnyTagClassName
{
color: #0358CC;
}
</style>
background-color css
<style>
a { background-color: #0358CC; }
a { background-color: rgb(3,88,204); }
div.DivClassName
{
background-color: #0358CC;
}
.BgClassName
{
background-color: #0358CC;
}
</style>
border-color css
<style>
span { border-color: #0358CC; }
span { border-color: rgb(3,88,204); }
td.TdClassName
{
border-color: #0358CC;
}
.TagClassName
{
border-color: #0358CC;
}
</style>