Html Css Color HEX #0458ED Navy Blue

📋 copy color: '#0458ED'

red 4 ◦ green 88 ◦ blue 237

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

Shades of Navy Blue #0458ED

Tints of Navy Blue #0458ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 72.04%

R = 1.22%
G = 26.75%
B = 72.04%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0458ED (or 0x0458ED) is known color: Navy Blue. HEX triplet: 04, 58 and ED. RGB value is (4,88,237). Sum of RGB (Red+Green+Blue) = 4+88+237=329 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #0458ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0458ED is #FBA712. Grayscale: #4F4F4F. Windows color (decimal): -16492307 or 15554564. OLE color: 15554564.

HSL color Cylindrical-coordinate representation of color #0458ED: hue angle of 218.37º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0458ED is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 88 237 -
CMYK 0.98 0.63 0 0.07
HSL 218.37º 0.97% 0.47% -
HSV(B) 218.37º 0.98% 0.93% -
XYZ 18.83 13.12 81.66 -
YUV 79.87 216.67 73.88 -
System Red Green Blue C M Y K H S L
Decimal 4 88 237 0.98 0.63 0 0.07 218.37 0.97 0.47
Hex 4 58 ED 62 3F 0 7 DA 61 2F
Octal 4 130 355 142 77 0 7 332 141 57
Binary 100 1011000 11101101 1100010 111111 0 111 11011010 1100001 101111

Color Harmonies of #0458ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0458ED

Black with #0458ED

Text Example


Text Example

White with #0458ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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