Html Css Color HEX #0358FA Navy Blue

📋 copy color: '#0358FA'

red 3 ◦ green 88 ◦ blue 250

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

Shades of Navy Blue #0358FA

Tints of Navy Blue #0358FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.31%

R = 0.88%
G = 25.81%
B = 73.31%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0358FA (or 0x0358FA) is known color: Navy Blue. HEX triplet: 03, 58 and FA. RGB value is (3,88,250). Sum of RGB (Red+Green+Blue) = 3+88+250=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #0358FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0358FA is #FCA705. Grayscale: #505050. Windows color (decimal): -16557830 or 16406531. OLE color: 16406531.

HSL color Cylindrical-coordinate representation of color #0358FA: hue angle of 219.35º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0358FA is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 88 250 -
CMYK 0.99 0.65 0 0.02
HSL 219.35º 0.98% 0.5% -
HSV(B) 219.35º 0.99% 0.98% -
XYZ 20.78 13.9 92.03 -
YUV 81.05 223.34 72.33 -
System Red Green Blue C M Y K H S L
Decimal 3 88 250 0.99 0.65 0 0.02 219.35 0.98 0.5
Hex 3 58 FA 63 41 0 2 DB 62 32
Octal 3 130 372 143 101 0 2 333 142 62
Binary 11 1011000 11111010 1100011 1000001 0 10 11011011 1100010 110010

Color Harmonies of #0358FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0358FA

Black with #0358FA

Text Example


Text Example

White with #0358FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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