Html Css Color HEX #0471EC Navy Blue

📋 copy color: '#0471EC'

red 4 ◦ green 113 ◦ blue 236

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

Shades of Navy Blue #0471EC

Tints of Navy Blue #0471EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 66.86%

R = 1.13%
G = 32.01%
B = 66.86%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0471EC (or 0x0471EC) is known color: Navy Blue. HEX triplet: 04, 71 and EC. RGB value is (4,113,236). Sum of RGB (Red+Green+Blue) = 4+113+236=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #0471EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0471EC is #FB8E13. Grayscale: #5D5D5D. Windows color (decimal): -16485908 or 15495428. OLE color: 15495428.

HSL color Cylindrical-coordinate representation of color #0471EC: hue angle of 211.81º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471EC is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 113 236 -
CMYK 0.98 0.52 0 0.07
HSL 211.81º 0.97% 0.47% -
HSV(B) 211.81º 0.98% 0.93% -
XYZ 21.1 17.89 81.7 -
YUV 94.43 207.89 63.5 -
System Red Green Blue C M Y K H S L
Decimal 4 113 236 0.98 0.52 0 0.07 211.81 0.97 0.47
Hex 4 71 EC 62 34 0 7 D4 61 2F
Octal 4 161 354 142 64 0 7 324 141 57
Binary 100 1110001 11101100 1100010 110100 0 111 11010100 1100001 101111

Color Harmonies of #0471EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0471EC

Black with #0471EC

Text Example


Text Example

White with #0471EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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