Html Css Color HEX #045EDF Navy Blue

📋 copy color: '#045EDF'

red 4 ◦ green 94 ◦ blue 223

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

Shades of Navy Blue #045EDF

Tints of Navy Blue #045EDF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.28%

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 1.25%
G = 29.28%
B = 69.47%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#045EDF (or 0x045EDF) is known color: Navy Blue. HEX triplet: 04, 5E and DF. RGB value is (4,94,223). Sum of RGB (Red+Green+Blue) = 4+94+223=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #045EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EDF is #FBA120. Grayscale: #515151. Windows color (decimal): -16490785 or 14638596. OLE color: 14638596.

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

Color convert

RGB 4 94 223 -
CMYK 0.98 0.58 0 0.13
HSL 215.34º 0.96% 0.45% -
HSV(B) 215.34º 0.98% 0.87% -
XYZ 17.37 13.36 71.47 -
YUV 81.8 207.68 72.51 -
System Red Green Blue C M Y K H S L
Decimal 4 94 223 0.98 0.58 0 0.13 215.34 0.96 0.45
Hex 4 5E DF 62 3A 0 D D7 60 2D
Octal 4 136 337 142 72 0 15 327 140 55
Binary 100 1011110 11011111 1100010 111010 0 1101 11010111 1100000 101101

Color Harmonies of #045EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045EDF

Black with #045EDF

Text Example


Text Example

White with #045EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,94,223); }

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

background-color css

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

 a { background-color: rgb(4,94,223); }

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

border-color css

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

 span { border-color: rgb(4,94,223); }

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