Html Css Color HEX #0458E5 Navy Blue

📋 copy color: '#0458E5'

red 4 ◦ green 88 ◦ blue 229

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

Shades of Navy Blue #0458E5

Tints of Navy Blue #0458E5

RGB

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

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

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

R = 1.25%
G = 27.41%
B = 71.34%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#0458E5 (or 0x0458E5) is known color: Navy Blue. HEX triplet: 04, 58 and E5. RGB value is (4,88,229). Sum of RGB (Red+Green+Blue) = 4+88+229=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 88 (34.77% from 255 or 27.41% 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 #0458E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0458E5 is #FBA71A. Grayscale: #4E4E4E. Windows color (decimal): -16492315 or 15030276. OLE color: 15030276.

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

Color convert

RGB 4 88 229 -
CMYK 0.98 0.62 0 0.10
HSL 217.6º 0.97% 0.46% -
HSV(B) 217.6º 0.98% 0.9% -
XYZ 17.68 12.66 75.64 -
YUV 78.96 212.67 74.54 -
System Red Green Blue C M Y K H S L
Decimal 4 88 229 0.98 0.62 0 0.10 217.6 0.97 0.46
Hex 4 58 E5 62 3E 0 A DA 61 2E
Octal 4 130 345 142 76 0 12 332 141 56
Binary 100 1011000 11100101 1100010 111110 0 1010 11011010 1100001 101110

Color Harmonies of #0458E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0458E5

Black with #0458E5

Text Example


Text Example

White with #0458E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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