Html Css Color HEX #045FDD Navy Blue

📋 copy color: '#045FDD'

red 4 ◦ green 95 ◦ blue 221

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

Shades of Navy Blue #045FDD

Tints of Navy Blue #045FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

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

R = 1.25%
G = 29.69%
B = 69.06%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#045FDD (or 0x045FDD) is known color: Navy Blue. HEX triplet: 04, 5F and DD. RGB value is (4,95,221). Sum of RGB (Red+Green+Blue) = 4+95+221=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #045FDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045FDD is #FBA022. Grayscale: #515151. Windows color (decimal): -16490531 or 14507780. OLE color: 14507780.

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

Color convert

RGB 4 95 221 -
CMYK 0.98 0.57 0 0.13
HSL 214.84º 0.96% 0.44% -
HSV(B) 214.84º 0.98% 0.87% -
XYZ 17.19 13.43 70.09 -
YUV 82.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 4 95 221 0.98 0.57 0 0.13 214.84 0.96 0.44
Hex 4 5F DD 62 39 0 D D7 60 2C
Octal 4 137 335 142 71 0 15 327 140 54
Binary 100 1011111 11011101 1100010 111001 0 1101 11010111 1100000 101100

Color Harmonies of #045FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FDD

Black with #045FDD

Text Example


Text Example

White with #045FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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