Html Css Color HEX #045DFF Navy Blue

📋 copy color: '#045DFF'

red 4 ◦ green 93 ◦ blue 255

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

Shades of Navy Blue #045DFF

Tints of Navy Blue #045DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.44%

R = 1.14%
G = 26.42%
B = 72.44%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#045DFF (or 0x045DFF) is known color: Navy Blue. HEX triplet: 04, 5D and FF. RGB value is (4,93,255). Sum of RGB (Red+Green+Blue) = 4+93+255=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 255 (100% from 255 or 72.44% from 352); Max value from RGB is 255 - color contains mainly: blue. Hex color #045DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045DFF is #FBA200. Grayscale: #545454. Windows color (decimal): -16491009 or 16735492. OLE color: 16735492.

HSL color Cylindrical-coordinate representation of color #045DFF: hue angle of 218.73º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DFF is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 4 93 255 -
CMYK 0.98 0.64 0 0
HSL 218.73º 1% 0.51% -
HSV(B) 218.73º 0.98% 1% -
XYZ 22.01 15.07 96.36 -
YUV 84.86 224.01 70.33 -
System Red Green Blue C M Y K H S L
Decimal 4 93 255 0.98 0.64 0 0 218.73 1 0.51
Hex 4 5D FF 62 40 0 0 DB 64 33
Octal 4 135 377 142 100 0 0 333 144 63
Binary 100 1011101 11111111 1100010 1000000 0 0 11011011 1100100 110011

Color Harmonies of #045DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DFF

Black with #045DFF

Text Example


Text Example

White with #045DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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