Html Css Color HEX #0458EC Navy Blue

📋 copy color: '#0458EC'

red 4 ◦ green 88 ◦ blue 236

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

Shades of Navy Blue #0458EC

Tints of Navy Blue #0458EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.95%

R = 1.22%
G = 26.83%
B = 71.95%

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

#0458EC (or 0x0458EC) is known color: Navy Blue. HEX triplet: 04, 58 and EC. RGB value is (4,88,236). Sum of RGB (Red+Green+Blue) = 4+88+236=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #0458EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0458EC is #FBA713. Grayscale: #4F4F4F. Windows color (decimal): -16492308 or 15489028. OLE color: 15489028.

HSL color Cylindrical-coordinate representation of color #0458EC: hue angle of 218.28º 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 #0458EC is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 88 236 -
CMYK 0.98 0.63 0 0.07
HSL 218.28º 0.97% 0.47% -
HSV(B) 218.28º 0.98% 0.93% -
XYZ 18.68 13.06 80.89 -
YUV 79.76 216.17 73.97 -
System Red Green Blue C M Y K H S L
Decimal 4 88 236 0.98 0.63 0 0.07 218.28 0.97 0.47
Hex 4 58 EC 62 3F 0 7 DA 61 2F
Octal 4 130 354 142 77 0 7 332 141 57
Binary 100 1011000 11101100 1100010 111111 0 111 11011010 1100001 101111

Color Harmonies of #0458EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0458EC

Black with #0458EC

Text Example


Text Example

White with #0458EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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