Html Css Color HEX #0471EB Navy Blue

📋 copy color: '#0471EB'

red 4 ◦ green 113 ◦ blue 235

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

Shades of Navy Blue #0471EB

Tints of Navy Blue #0471EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 66.76%

R = 1.14%
G = 32.1%
B = 66.76%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0471EB (or 0x0471EB) is known color: Navy Blue. HEX triplet: 04, 71 and EB. RGB value is (4,113,235). Sum of RGB (Red+Green+Blue) = 4+113+235=352 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.14% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #0471EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0471EB is #FB8E14. Grayscale: #5D5D5D. Windows color (decimal): -16485909 or 15429892. OLE color: 15429892.

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

Color convert

RGB 4 113 235 -
CMYK 0.98 0.52 0 0.08
HSL 211.69º 0.97% 0.47% -
HSV(B) 211.69º 0.98% 0.92% -
XYZ 20.95 17.83 80.94 -
YUV 94.32 207.39 63.58 -
System Red Green Blue C M Y K H S L
Decimal 4 113 235 0.98 0.52 0 0.08 211.69 0.97 0.47
Hex 4 71 EB 62 34 0 8 D4 61 2F
Octal 4 161 353 142 64 0 10 324 141 57
Binary 100 1110001 11101011 1100010 110100 0 1000 11010100 1100001 101111

Color Harmonies of #0471EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0471EB

Black with #0471EB

Text Example


Text Example

White with #0471EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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