Html Css Color HEX #045FFF Navy Blue

📋 copy color: '#045FFF'

red 4 ◦ green 95 ◦ blue 255

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

Shades of Navy Blue #045FFF

Tints of Navy Blue #045FFF

RGB

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

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

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

R = 1.13%
G = 26.84%
B = 72.03%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#045FFF (or 0x045FFF) is known color: Navy Blue. HEX triplet: 04, 5F and FF. RGB value is (4,95,255). Sum of RGB (Red+Green+Blue) = 4+95+255=354 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 354); Green value is 95 (37.5% from 255 or 26.84% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #045FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FFF is #FBA000. Grayscale: #555555. Windows color (decimal): -16490497 or 16736004. OLE color: 16736004.

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

Color convert

RGB 4 95 255 -
CMYK 0.98 0.63 0 0
HSL 218.25º 1% 0.51% -
HSV(B) 218.25º 0.98% 1% -
XYZ 22.19 15.43 96.42 -
YUV 86.03 223.35 69.49 -
System Red Green Blue C M Y K H S L
Decimal 4 95 255 0.98 0.63 0 0 218.25 1 0.51
Hex 4 5F FF 62 3F 0 0 DA 64 33
Octal 4 137 377 142 77 0 0 332 144 63
Binary 100 1011111 11111111 1100010 111111 0 0 11011010 1100100 110011

Color Harmonies of #045FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FFF

Black with #045FFF

Text Example


Text Example

White with #045FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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