Html Css Color HEX #0471E7 Navy Blue

📋 copy color: '#0471E7'

red 4 ◦ green 113 ◦ blue 231

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

Shades of Navy Blue #0471E7

Tints of Navy Blue #0471E7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.47%

 BLUE value IS 231 (90.63% from 255) = 66.38%

R = 1.15%
G = 32.47%
B = 66.38%

CMYK

 C value IS 0.98

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#0471E7 (or 0x0471E7) is known color: Navy Blue. HEX triplet: 04, 71 and E7. RGB value is (4,113,231). Sum of RGB (Red+Green+Blue) = 4+113+231=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 231 (90.62% from 255 or 66.38% from 348); Max value from RGB is 231 - color contains mainly: blue. Hex color #0471E7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0471E7 is #FB8E18. Grayscale: #5D5D5D. Windows color (decimal): -16485913 or 15167748. OLE color: 15167748.

HSL color Cylindrical-coordinate representation of color #0471E7: hue angle of 211.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471E7 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 113 231 -
CMYK 0.98 0.51 0 0.09
HSL 211.19º 0.97% 0.46% -
HSV(B) 211.19º 0.98% 0.91% -
XYZ 20.38 17.61 77.93 -
YUV 93.86 205.39 63.91 -
System Red Green Blue C M Y K H S L
Decimal 4 113 231 0.98 0.51 0 0.09 211.19 0.97 0.46
Hex 4 71 E7 62 33 0 9 D3 61 2E
Octal 4 161 347 142 63 0 11 323 141 56
Binary 100 1110001 11100111 1100010 110011 0 1001 11010011 1100001 101110

Color Harmonies of #0471E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0471E7

Black with #0471E7

Text Example


Text Example

White with #0471E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0471E7; }

 p { color: rgb(4,113,231); }

 H1.HeaderClassName
 {
   color: #0471E7;
 }
 .AnyTagClassName
 {
   color: #0471E7;
 }
</style>

background-color css

<style>
 a { background-color: #0471E7; }

 a { background-color: rgb(4,113,231); }

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

border-color css

<style>
 span { border-color: #0471E7; }

 span { border-color: rgb(4,113,231); }

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