Html Css Color HEX #045DDD Navy Blue

📋 copy color: '#045DDD'

red 4 ◦ green 93 ◦ blue 221

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

Shades of Navy Blue #045DDD

Tints of Navy Blue #045DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

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

R = 1.26%
G = 29.25%
B = 69.5%

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

#045DDD (or 0x045DDD) is known color: Navy Blue. HEX triplet: 04, 5D and DD. RGB value is (4,93,221). Sum of RGB (Red+Green+Blue) = 4+93+221=318 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 221 (86.72% from 255 or 69.50% from 318); Max value from RGB is 221 - color contains mainly: blue. Hex color #045DDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DDD is #FBA222. Grayscale: #505050. Windows color (decimal): -16491043 or 14507268. OLE color: 14507268.

HSL color Cylindrical-coordinate representation of color #045DDD: hue angle of 215.39º 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 #045DDD is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 93 221 -
CMYK 0.98 0.58 0 0.13
HSL 215.39º 0.96% 0.44% -
HSV(B) 215.39º 0.98% 0.87% -
XYZ 17.02 13.07 70.03 -
YUV 80.98 207.01 73.09 -
System Red Green Blue C M Y K H S L
Decimal 4 93 221 0.98 0.58 0 0.13 215.39 0.96 0.44
Hex 4 5D DD 62 3A 0 D D7 60 2C
Octal 4 135 335 142 72 0 15 327 140 54
Binary 100 1011101 11011101 1100010 111010 0 1101 11010111 1100000 101100

Color Harmonies of #045DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DDD

Black with #045DDD

Text Example


Text Example

White with #045DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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