Html Css Color HEX #0458DB Navy Blue

📋 copy color: '#0458DB'

red 4 ◦ green 88 ◦ blue 219

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

Shades of Navy Blue #0458DB

Tints of Navy Blue #0458DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.42%

R = 1.29%
G = 28.3%
B = 70.42%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0458DB (or 0x0458DB) is known color: Navy Blue. HEX triplet: 04, 58 and DB. RGB value is (4,88,219). Sum of RGB (Red+Green+Blue) = 4+88+219=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #0458DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0458DB is #FBA724. Grayscale: #4D4D4D. Windows color (decimal): -16492325 or 14374916. OLE color: 14374916.

HSL color Cylindrical-coordinate representation of color #0458DB: hue angle of 216.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0458DB is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 88 219 -
CMYK 0.98 0.60 0 0.14
HSL 216.56º 0.96% 0.44% -
HSV(B) 216.56º 0.98% 0.86% -
XYZ 16.33 12.12 68.5 -
YUV 77.82 207.67 75.35 -
System Red Green Blue C M Y K H S L
Decimal 4 88 219 0.98 0.60 0 0.14 216.56 0.96 0.44
Hex 4 58 DB 62 3C 0 E D9 60 2C
Octal 4 130 333 142 74 0 16 331 140 54
Binary 100 1011000 11011011 1100010 111100 0 1110 11011001 1100000 101100

Color Harmonies of #0458DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0458DB

Black with #0458DB

Text Example


Text Example

White with #0458DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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