Html Css Color HEX #0358EA Navy Blue

📋 copy color: '#0358EA'

red 3 ◦ green 88 ◦ blue 234

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

Shades of Navy Blue #0358EA

Tints of Navy Blue #0358EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72%

R = 0.92%
G = 27.08%
B = 72%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0358EA (or 0x0358EA) is known color: Navy Blue. HEX triplet: 03, 58 and EA. RGB value is (3,88,234). Sum of RGB (Red+Green+Blue) = 3+88+234=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #0358EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0358EA is #FCA715. Grayscale: #4E4E4E. Windows color (decimal): -16557846 or 15357955. OLE color: 15357955.

HSL color Cylindrical-coordinate representation of color #0358EA: hue angle of 217.92º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358EA is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 3 88 234 -
CMYK 0.99 0.62 0 0.08
HSL 217.92º 0.97% 0.46% -
HSV(B) 217.92º 0.99% 0.92% -
XYZ 18.38 12.94 79.37 -
YUV 79.23 215.34 73.63 -
System Red Green Blue C M Y K H S L
Decimal 3 88 234 0.99 0.62 0 0.08 217.92 0.97 0.46
Hex 3 58 EA 63 3E 0 8 DA 61 2E
Octal 3 130 352 143 76 0 10 332 141 56
Binary 11 1011000 11101010 1100011 111110 0 1000 11011010 1100001 101110

Color Harmonies of #0358EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0358EA

Black with #0358EA

Text Example


Text Example

White with #0358EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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