Html Css Color HEX #0458FA Navy Blue

📋 copy color: '#0458FA'

red 4 ◦ green 88 ◦ blue 250

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

Shades of Navy Blue #0458FA

Tints of Navy Blue #0458FA

RGB

 RED value IS 4 (1.95% from 255) = 1.17%

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

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

R = 1.17%
G = 25.73%
B = 73.1%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0458FA (or 0x0458FA) is known color: Navy Blue. HEX triplet: 04, 58 and FA. RGB value is (4,88,250). Sum of RGB (Red+Green+Blue) = 4+88+250=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #0458FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0458FA is #FBA705. Grayscale: #505050. Windows color (decimal): -16492294 or 16406532. OLE color: 16406532.

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

Color convert

RGB 4 88 250 -
CMYK 0.98 0.65 0 0.02
HSL 219.51º 0.97% 0.5% -
HSV(B) 219.51º 0.98% 0.98% -
XYZ 20.8 13.91 92.03 -
YUV 81.35 223.17 72.83 -
System Red Green Blue C M Y K H S L
Decimal 4 88 250 0.98 0.65 0 0.02 219.51 0.97 0.5
Hex 4 58 FA 62 41 0 2 DC 61 32
Octal 4 130 372 142 101 0 2 334 141 62
Binary 100 1011000 11111010 1100010 1000001 0 10 11011100 1100001 110010

Color Harmonies of #0458FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0458FA

Black with #0458FA

Text Example


Text Example

White with #0458FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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