Html Css Color HEX #045EDA Navy Blue

📋 copy color: '#045EDA'

red 4 ◦ green 94 ◦ blue 218

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

Shades of Navy Blue #045EDA

Tints of Navy Blue #045EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.99%

R = 1.27%
G = 29.75%
B = 68.99%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#045EDA (or 0x045EDA) is known color: Navy Blue. HEX triplet: 04, 5E and DA. RGB value is (4,94,218). Sum of RGB (Red+Green+Blue) = 4+94+218=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 218 (85.55% from 255 or 68.99% from 316); Max value from RGB is 218 - color contains mainly: blue. Hex color #045EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EDA is #FBA125. Grayscale: #505050. Windows color (decimal): -16490790 or 14310916. OLE color: 14310916.

HSL color Cylindrical-coordinate representation of color #045EDA: hue angle of 214.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EDA is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 4 94 218 -
CMYK 0.98 0.57 0 0.15
HSL 214.77º 0.96% 0.44% -
HSV(B) 214.77º 0.98% 0.85% -
XYZ 16.71 13.09 67.98 -
YUV 81.23 205.18 72.92 -
System Red Green Blue C M Y K H S L
Decimal 4 94 218 0.98 0.57 0 0.15 214.77 0.96 0.44
Hex 4 5E DA 62 39 0 F D7 60 2C
Octal 4 136 332 142 71 0 17 327 140 54
Binary 100 1011110 11011010 1100010 111001 0 1111 11010111 1100000 101100

Color Harmonies of #045EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045EDA

Black with #045EDA

Text Example


Text Example

White with #045EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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