Html Css Color HEX #1466E0 Navy Blue

📋 copy color: '#1466E0'

red 20 ◦ green 102 ◦ blue 224

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

Shades of Navy Blue #1466E0

Tints of Navy Blue #1466E0

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.48%

 BLUE value IS 224 (87.89% from 255) = 64.74%

R = 5.78%
G = 29.48%
B = 64.74%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1466E0 (or 0x1466E0) is known color: Navy Blue. HEX triplet: 14, 66 and E0. RGB value is (20,102,224). Sum of RGB (Red+Green+Blue) = 20+102+224=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #1466E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466E0 is #EB991F. Grayscale: #5A5A5A. Windows color (decimal): -15440160 or 14706196. OLE color: 14706196.

HSL color Cylindrical-coordinate representation of color #1466E0: hue angle of 215.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1466E0 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 102 224 -
CMYK 0.91 0.54 0 0.12
HSL 215.88º 0.84% 0.48% -
HSV(B) 215.88º 0.91% 0.88% -
XYZ 18.49 15.03 72.45 -
YUV 91.39 202.83 77.08 -
System Red Green Blue C M Y K H S L
Decimal 20 102 224 0.91 0.54 0 0.12 215.88 0.84 0.48
Hex 14 66 E0 5B 36 0 C D8 54 30
Octal 24 146 340 133 66 0 14 330 124 60
Binary 10100 1100110 11100000 1011011 110110 0 1100 11011000 1010100 110000

Color Harmonies of #1466E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1466E0

Black with #1466E0

Text Example


Text Example

White with #1466E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1466E0; }

 p { color: rgb(20,102,224); }

 H1.HeaderClassName
 {
   color: #1466E0;
 }
 .AnyTagClassName
 {
   color: #1466E0;
 }
</style>

background-color css

<style>
 a { background-color: #1466E0; }

 a { background-color: rgb(20,102,224); }

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

border-color css

<style>
 span { border-color: #1466E0; }

 span { border-color: rgb(20,102,224); }

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