Html Css Color HEX #045FF0 Navy Blue

📋 copy color: '#045FF0'

red 4 ◦ green 95 ◦ blue 240

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

Shades of Navy Blue #045FF0

Tints of Navy Blue #045FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 70.8%

R = 1.18%
G = 28.02%
B = 70.8%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#045FF0 (or 0x045FF0) is known color: Navy Blue. HEX triplet: 04, 5F and F0. RGB value is (4,95,240). Sum of RGB (Red+Green+Blue) = 4+95+240=339 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 339); Green value is 95 (37.5% from 255 or 28.02% from 339); Blue value is 240 (94.14% from 255 or 70.80% from 339); Max value from RGB is 240 - color contains mainly: blue. Hex color #045FF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045FF0 is #FBA00F. Grayscale: #535353. Windows color (decimal): -16490512 or 15752964. OLE color: 15752964.

HSL color Cylindrical-coordinate representation of color #045FF0: hue angle of 216.86º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FF0 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 95 240 -
CMYK 0.98 0.60 0 0.06
HSL 216.86º 0.97% 0.48% -
HSV(B) 216.86º 0.98% 0.94% -
XYZ 19.87 14.5 84.19 -
YUV 84.32 215.85 70.71 -
System Red Green Blue C M Y K H S L
Decimal 4 95 240 0.98 0.60 0 0.06 216.86 0.97 0.48
Hex 4 5F F0 62 3C 0 6 D9 61 30
Octal 4 137 360 142 74 0 6 331 141 60
Binary 100 1011111 11110000 1100010 111100 0 110 11011001 1100001 110000

Color Harmonies of #045FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045FF0

Black with #045FF0

Text Example


Text Example

White with #045FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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