Html Css Color HEX #0471BE Navy Blue

📋 copy color: '#0471BE'

red 4 ◦ green 113 ◦ blue 190

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

Shades of Navy Blue #0471BE

Tints of Navy Blue #0471BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.89%

R = 1.3%
G = 36.81%
B = 61.89%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0471BE (or 0x0471BE) is known color: Navy Blue. HEX triplet: 04, 71 and BE. RGB value is (4,113,190). Sum of RGB (Red+Green+Blue) = 4+113+190=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 190 (74.61% from 255 or 61.89% from 307); Max value from RGB is 190 - color contains mainly: blue. Hex color #0471BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0471BE is #FB8E41. Grayscale: #585858. Windows color (decimal): -16485954 or 12480772. OLE color: 12480772.

HSL color Cylindrical-coordinate representation of color #0471BE: hue angle of 204.84º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471BE is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 4 113 190 -
CMYK 0.98 0.41 0 0.25
HSL 204.84º 0.96% 0.38% -
HSV(B) 204.84º 0.98% 0.75% -
XYZ 15.25 15.55 50.91 -
YUV 89.19 184.89 67.24 -
System Red Green Blue C M Y K H S L
Decimal 4 113 190 0.98 0.41 0 0.25 204.84 0.96 0.38
Hex 4 71 BE 62 29 0 19 CD 60 26
Octal 4 161 276 142 51 0 31 315 140 46
Binary 100 1110001 10111110 1100010 101001 0 11001 11001101 1100000 100110

Color Harmonies of #0471BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0471BE

Black with #0471BE

Text Example


Text Example

White with #0471BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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