Html Css Color HEX #045AED Navy Blue

📋 copy color: '#045AED'

red 4 ◦ green 90 ◦ blue 237

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

Shades of Navy Blue #045AED

Tints of Navy Blue #045AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

 BLUE value IS 237 (92.97% from 255) = 71.6%

R = 1.21%
G = 27.19%
B = 71.6%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#045AED (or 0x045AED) is known color: Navy Blue. HEX triplet: 04, 5A and ED. RGB value is (4,90,237). Sum of RGB (Red+Green+Blue) = 4+90+237=331 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.21% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #045AED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045AED is #FBA512. Grayscale: #505050. Windows color (decimal): -16491795 or 15555076. OLE color: 15555076.

HSL color Cylindrical-coordinate representation of color #045AED: hue angle of 217.85º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045AED is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 90 237 -
CMYK 0.98 0.62 0 0.07
HSL 217.85º 0.97% 0.47% -
HSV(B) 217.85º 0.98% 0.93% -
XYZ 18.99 13.45 81.72 -
YUV 81.04 216.01 73.05 -
System Red Green Blue C M Y K H S L
Decimal 4 90 237 0.98 0.62 0 0.07 217.85 0.97 0.47
Hex 4 5A ED 62 3E 0 7 DA 61 2F
Octal 4 132 355 142 76 0 7 332 141 57
Binary 100 1011010 11101101 1100010 111110 0 111 11011010 1100001 101111

Color Harmonies of #045AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045AED

Black with #045AED

Text Example


Text Example

White with #045AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,90,237); }

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

background-color css

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

 a { background-color: rgb(4,90,237); }

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

border-color css

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

 span { border-color: rgb(4,90,237); }

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