Html Css Color HEX #045ADD Navy Blue

📋 copy color: '#045ADD'

red 4 ◦ green 90 ◦ blue 221

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

Shades of Navy Blue #045ADD

Tints of Navy Blue #045ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.16%

R = 1.27%
G = 28.57%
B = 70.16%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#045ADD (or 0x045ADD) is known color: Navy Blue. HEX triplet: 04, 5A and DD. RGB value is (4,90,221). Sum of RGB (Red+Green+Blue) = 4+90+221=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #045ADD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ADD is #FBA522. Grayscale: #4E4E4E. Windows color (decimal): -16491811 or 14506500. OLE color: 14506500.

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

Color convert

RGB 4 90 221 -
CMYK 0.98 0.59 0 0.13
HSL 216.22º 0.96% 0.44% -
HSV(B) 216.22º 0.98% 0.87% -
XYZ 16.76 12.56 69.95 -
YUV 79.22 208.01 74.35 -
System Red Green Blue C M Y K H S L
Decimal 4 90 221 0.98 0.59 0 0.13 216.22 0.96 0.44
Hex 4 5A DD 62 3B 0 D D8 60 2C
Octal 4 132 335 142 73 0 15 330 140 54
Binary 100 1011010 11011101 1100010 111011 0 1101 11011000 1100000 101100

Color Harmonies of #045ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045ADD

Black with #045ADD

Text Example


Text Example

White with #045ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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