Html Css Color HEX #045BFF Navy Blue

📋 copy color: '#045BFF'

red 4 ◦ green 91 ◦ blue 255

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

Shades of Navy Blue #045BFF

Tints of Navy Blue #045BFF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

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

R = 1.14%
G = 26%
B = 72.86%

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

#045BFF (or 0x045BFF) is known color: Navy Blue. HEX triplet: 04, 5B and FF. RGB value is (4,91,255). Sum of RGB (Red+Green+Blue) = 4+91+255=350 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 255 (100% from 255 or 72.86% from 350); Max value from RGB is 255 - color contains mainly: blue. Hex color #045BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045BFF is #FBA400. Grayscale: #525252. Windows color (decimal): -16491521 or 16734980. OLE color: 16734980.

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

Color convert

RGB 4 91 255 -
CMYK 0.98 0.64 0 0
HSL 219.2º 1% 0.51% -
HSV(B) 219.2º 0.98% 1% -
XYZ 21.84 14.73 96.3 -
YUV 83.68 224.68 71.16 -
System Red Green Blue C M Y K H S L
Decimal 4 91 255 0.98 0.64 0 0 219.2 1 0.51
Hex 4 5B FF 62 40 0 0 DB 64 33
Octal 4 133 377 142 100 0 0 333 144 63
Binary 100 1011011 11111111 1100010 1000000 0 0 11011011 1100100 110011

Color Harmonies of #045BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045BFF

Black with #045BFF

Text Example


Text Example

White with #045BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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