Html Css Color HEX #1471EA Navy Blue

📋 copy color: '#1471EA'

red 20 ◦ green 113 ◦ blue 234

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

Shades of Navy Blue #1471EA

Tints of Navy Blue #1471EA

RGB

 RED value IS 20 (8.2% from 255) = 5.45%

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

 BLUE value IS 234 (91.8% from 255) = 63.76%

R = 5.45%
G = 30.79%
B = 63.76%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1471EA (or 0x1471EA) is known color: Navy Blue. HEX triplet: 14, 71 and EA. RGB value is (20,113,234). Sum of RGB (Red+Green+Blue) = 20+113+234=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #1471EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1471EA is #EB8E15. Grayscale: #626262. Windows color (decimal): -15437334 or 15364372. OLE color: 15364372.

HSL color Cylindrical-coordinate representation of color #1471EA: hue angle of 213.93º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1471EA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 20 113 234 -
CMYK 0.91 0.52 0 0.08
HSL 213.93º 0.84% 0.5% -
HSV(B) 213.93º 0.91% 0.92% -
XYZ 21.04 17.9 80.19 -
YUV 98.99 204.19 71.66 -
System Red Green Blue C M Y K H S L
Decimal 20 113 234 0.91 0.52 0 0.08 213.93 0.84 0.5
Hex 14 71 EA 5B 34 0 8 D6 54 32
Octal 24 161 352 133 64 0 10 326 124 62
Binary 10100 1110001 11101010 1011011 110100 0 1000 11010110 1010100 110010

Color Harmonies of #1471EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1471EA

Black with #1471EA

Text Example


Text Example

White with #1471EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1471EA; }

 p { color: rgb(20,113,234); }

 H1.HeaderClassName
 {
   color: #1471EA;
 }
 .AnyTagClassName
 {
   color: #1471EA;
 }
</style>

background-color css

<style>
 a { background-color: #1471EA; }

 a { background-color: rgb(20,113,234); }

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

border-color css

<style>
 span { border-color: #1471EA; }

 span { border-color: rgb(20,113,234); }

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