Html Css Color HEX #045BE0 Navy Blue

📋 copy color: '#045BE0'

red 4 ◦ green 91 ◦ blue 224

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

Shades of Navy Blue #045BE0

Tints of Navy Blue #045BE0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.53%

 BLUE value IS 224 (87.89% from 255) = 70.22%

R = 1.25%
G = 28.53%
B = 70.22%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#045BE0 (or 0x045BE0) is known color: Navy Blue. HEX triplet: 04, 5B and E0. RGB value is (4,91,224). Sum of RGB (Red+Green+Blue) = 4+91+224=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #045BE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BE0 is #FBA41F. Grayscale: #4F4F4F. Windows color (decimal): -16491552 or 14703364. OLE color: 14703364.

HSL color Cylindrical-coordinate representation of color #045BE0: hue angle of 216.27º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045BE0 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 4 91 224 -
CMYK 0.98 0.59 0 0.12
HSL 216.27º 0.96% 0.45% -
HSV(B) 216.27º 0.98% 0.88% -
XYZ 17.25 12.89 72.1 -
YUV 80.15 209.18 73.69 -
System Red Green Blue C M Y K H S L
Decimal 4 91 224 0.98 0.59 0 0.12 216.27 0.96 0.45
Hex 4 5B E0 62 3B 0 C D8 60 2D
Octal 4 133 340 142 73 0 14 330 140 55
Binary 100 1011011 11100000 1100010 111011 0 1100 11011000 1100000 101101

Color Harmonies of #045BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BE0

Black with #045BE0

Text Example


Text Example

White with #045BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045BE0; }

 p { color: rgb(4,91,224); }

 H1.HeaderClassName
 {
   color: #045BE0;
 }
 .AnyTagClassName
 {
   color: #045BE0;
 }
</style>

background-color css

<style>
 a { background-color: #045BE0; }

 a { background-color: rgb(4,91,224); }

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

border-color css

<style>
 span { border-color: #045BE0; }

 span { border-color: rgb(4,91,224); }

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