Html Css Color HEX #053FF7 Navy Blue

📋 copy color: '#053FF7'

red 5 ◦ green 63 ◦ blue 247

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

Shades of Navy Blue #053FF7

Tints of Navy Blue #053FF7

RGB

 RED value IS 5 (2.34% from 255) = 1.59%

 GREEN value IS 63 (25% from 255) = 20%

 BLUE value IS 247 (96.88% from 255) = 78.41%

R = 1.59%
G = 20%
B = 78.41%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#053FF7 (or 0x053FF7) is known color: Navy Blue. HEX triplet: 05, 3F and F7. RGB value is (5,63,247). Sum of RGB (Red+Green+Blue) = 5+63+247=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 247 (96.88% from 255 or 78.41% from 315); Max value from RGB is 247 - color contains mainly: blue. Hex color #053FF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #053FF7 is #FAC008. Grayscale: #414141. Windows color (decimal): -16433161 or 16203525. OLE color: 16203525.

HSL color Cylindrical-coordinate representation of color #053FF7: hue angle of 225.62º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053FF7 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 5 63 247 -
CMYK 0.98 0.74 0 0.03
HSL 225.62º 0.96% 0.49% -
HSV(B) 225.62º 0.98% 0.97% -
XYZ 18.63 10.3 89 -
YUV 66.63 229.78 84.04 -
System Red Green Blue C M Y K H S L
Decimal 5 63 247 0.98 0.74 0 0.03 225.62 0.96 0.49
Hex 5 3F F7 62 4A 0 3 E2 60 31
Octal 5 77 367 142 112 0 3 342 140 61
Binary 101 111111 11110111 1100010 1001010 0 11 11100010 1100000 110001

Color Harmonies of #053FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053FF7

Black with #053FF7

Text Example


Text Example

White with #053FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053FF7; }

 p { color: rgb(5,63,247); }

 H1.HeaderClassName
 {
   color: #053FF7;
 }
 .AnyTagClassName
 {
   color: #053FF7;
 }
</style>

background-color css

<style>
 a { background-color: #053FF7; }

 a { background-color: rgb(5,63,247); }

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

border-color css

<style>
 span { border-color: #053FF7; }

 span { border-color: rgb(5,63,247); }

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