Html Css Color HEX #0359E5 Navy Blue

📋 copy color: '#0359E5'

red 3 ◦ green 89 ◦ blue 229

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

Shades of Navy Blue #0359E5

Tints of Navy Blue #0359E5

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 229 (89.84% from 255) = 71.34%

R = 0.93%
G = 27.73%
B = 71.34%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0359E5 (or 0x0359E5) is known color: Navy Blue. HEX triplet: 03, 59 and E5. RGB value is (3,89,229). Sum of RGB (Red+Green+Blue) = 3+89+229=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 229 (89.84% from 255 or 71.34% from 321); Max value from RGB is 229 - color contains mainly: blue. Hex color #0359E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0359E5 is #FCA61A. Grayscale: #4E4E4E. Windows color (decimal): -16557595 or 15030531. OLE color: 15030531.

HSL color Cylindrical-coordinate representation of color #0359E5: hue angle of 217.17º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0359E5 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 3 89 229 -
CMYK 0.99 0.61 0 0.10
HSL 217.17º 0.97% 0.45% -
HSV(B) 217.17º 0.99% 0.9% -
XYZ 17.75 12.82 75.67 -
YUV 79.25 212.51 73.62 -
System Red Green Blue C M Y K H S L
Decimal 3 89 229 0.99 0.61 0 0.10 217.17 0.97 0.45
Hex 3 59 E5 63 3D 0 A D9 61 2D
Octal 3 131 345 143 75 0 12 331 141 55
Binary 11 1011001 11100101 1100011 111101 0 1010 11011001 1100001 101101

Color Harmonies of #0359E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0359E5

Black with #0359E5

Text Example


Text Example

White with #0359E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0359E5; }

 p { color: rgb(3,89,229); }

 H1.HeaderClassName
 {
   color: #0359E5;
 }
 .AnyTagClassName
 {
   color: #0359E5;
 }
</style>

background-color css

<style>
 a { background-color: #0359E5; }

 a { background-color: rgb(3,89,229); }

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

border-color css

<style>
 span { border-color: #0359E5; }

 span { border-color: rgb(3,89,229); }

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