Html Css Color HEX #0358FD Navy Blue

📋 copy color: '#0358FD'

red 3 ◦ green 88 ◦ blue 253

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

Shades of Navy Blue #0358FD

Tints of Navy Blue #0358FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 73.55%

R = 0.87%
G = 25.58%
B = 73.55%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0358FD (or 0x0358FD) is known color: Navy Blue. HEX triplet: 03, 58 and FD. RGB value is (3,88,253). Sum of RGB (Red+Green+Blue) = 3+88+253=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #0358FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0358FD is #FCA702. Grayscale: #505050. Windows color (decimal): -16557827 or 16603139. OLE color: 16603139.

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

Color convert

RGB 3 88 253 -
CMYK 0.99 0.65 0 0.01
HSL 219.6º 0.98% 0.5% -
HSV(B) 219.6º 0.99% 0.99% -
XYZ 21.26 14.09 94.53 -
YUV 81.4 224.84 72.08 -
System Red Green Blue C M Y K H S L
Decimal 3 88 253 0.99 0.65 0 0.01 219.6 0.98 0.5
Hex 3 58 FD 63 41 0 1 DC 62 32
Octal 3 130 375 143 101 0 1 334 142 62
Binary 11 1011000 11111101 1100011 1000001 0 1 11011100 1100010 110010

Color Harmonies of #0358FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0358FD

Black with #0358FD

Text Example


Text Example

White with #0358FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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