Html Css Color HEX #0458EB Navy Blue

📋 copy color: '#0458EB'

red 4 ◦ green 88 ◦ blue 235

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

Shades of Navy Blue #0458EB

Tints of Navy Blue #0458EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.87%

R = 1.22%
G = 26.91%
B = 71.87%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0458EB (or 0x0458EB) is known color: Navy Blue. HEX triplet: 04, 58 and EB. RGB value is (4,88,235). Sum of RGB (Red+Green+Blue) = 4+88+235=327 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 235 (92.19% from 255 or 71.87% from 327); Max value from RGB is 235 - color contains mainly: blue. Hex color #0458EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0458EB is #FBA714. Grayscale: #4E4E4E. Windows color (decimal): -16492309 or 15423492. OLE color: 15423492.

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

Color convert

RGB 4 88 235 -
CMYK 0.98 0.63 0 0.08
HSL 218.18º 0.97% 0.47% -
HSV(B) 218.18º 0.98% 0.92% -
XYZ 18.54 13 80.13 -
YUV 79.64 215.67 74.05 -
System Red Green Blue C M Y K H S L
Decimal 4 88 235 0.98 0.63 0 0.08 218.18 0.97 0.47
Hex 4 58 EB 62 3F 0 8 DA 61 2F
Octal 4 130 353 142 77 0 10 332 141 57
Binary 100 1011000 11101011 1100010 111111 0 1000 11011010 1100001 101111

Color Harmonies of #0458EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0458EB

Black with #0458EB

Text Example


Text Example

White with #0458EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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