Html Css Color HEX #045DF9 Navy Blue

📋 copy color: '#045DF9'

red 4 ◦ green 93 ◦ blue 249

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

Shades of Navy Blue #045DF9

Tints of Navy Blue #045DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 71.97%

R = 1.16%
G = 26.88%
B = 71.97%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#045DF9 (or 0x045DF9) is known color: Navy Blue. HEX triplet: 04, 5D and F9. RGB value is (4,93,249). Sum of RGB (Red+Green+Blue) = 4+93+249=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 249 (97.66% from 255 or 71.97% from 346); Max value from RGB is 249 - color contains mainly: blue. Hex color #045DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045DF9 is #FBA206. Grayscale: #535353. Windows color (decimal): -16491015 or 16342276. OLE color: 16342276.

HSL color Cylindrical-coordinate representation of color #045DF9: hue angle of 218.2º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DF9 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 93 249 -
CMYK 0.98 0.63 0 0.02
HSL 218.2º 0.97% 0.5% -
HSV(B) 218.2º 0.98% 0.98% -
XYZ 21.06 14.69 91.35 -
YUV 84.17 221.01 70.82 -
System Red Green Blue C M Y K H S L
Decimal 4 93 249 0.98 0.63 0 0.02 218.2 0.97 0.5
Hex 4 5D F9 62 3F 0 2 DA 61 32
Octal 4 135 371 142 77 0 2 332 141 62
Binary 100 1011101 11111001 1100010 111111 0 10 11011010 1100001 110010

Color Harmonies of #045DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DF9

Black with #045DF9

Text Example


Text Example

White with #045DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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