Html Css Color HEX #0358DD Navy Blue

📋 copy color: '#0358DD'

red 3 ◦ green 88 ◦ blue 221

#0358DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0358DD

Tints of Navy Blue #0358DD

RGB

 RED value IS 3 (1.56% from 255) = 0.96%

 GREEN value IS 88 (34.77% from 255) = 28.21%

 BLUE value IS 221 (86.72% from 255) = 70.83%

R = 0.96%
G = 28.21%
B = 70.83%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0358DD (or 0x0358DD) is known color: Navy Blue. HEX triplet: 03, 58 and DD. RGB value is (3,88,221). Sum of RGB (Red+Green+Blue) = 3+88+221=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #0358DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0358DD is #FCA722. Grayscale: #4D4D4D. Windows color (decimal): -16557859 or 14505987. OLE color: 14505987.

HSL color Cylindrical-coordinate representation of color #0358DD: hue angle of 216.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358DD is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 88 221 -
CMYK 0.99 0.60 0 0.13
HSL 216.61º 0.97% 0.44% -
HSV(B) 216.61º 0.99% 0.87% -
XYZ 16.58 12.22 69.89 -
YUV 77.75 208.84 74.69 -
System Red Green Blue C M Y K H S L
Decimal 3 88 221 0.99 0.60 0 0.13 216.61 0.97 0.44
Hex 3 58 DD 63 3C 0 D D9 61 2C
Octal 3 130 335 143 74 0 15 331 141 54
Binary 11 1011000 11011101 1100011 111100 0 1101 11011001 1100001 101100

Color Harmonies of #0358DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0358DD

Black with #0358DD

Text Example


Text Example

White with #0358DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0358DD; }

 p { color: rgb(3,88,221); }

 H1.HeaderClassName
 {
   color: #0358DD;
 }
 .AnyTagClassName
 {
   color: #0358DD;
 }
</style>

background-color css

<style>
 a { background-color: #0358DD; }

 a { background-color: rgb(3,88,221); }

 div.DivClassName
 {
   background-color: #0358DD;
 }
 .BgClassName
 {
   background-color: #0358DD;
 }
</style>

border-color css

<style>
 span { border-color: #0358DD; }

 span { border-color: rgb(3,88,221); }

 td.TdClassName
 {
   border-color: #0358DD;
 }
 .TagClassName
 {
   border-color: #0358DD;
 }
</style>