Html Css Color HEX #146ED6 Navy Blue

📋 copy color: '#146ED6'

red 20 ◦ green 110 ◦ blue 214

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

Shades of Navy Blue #146ED6

Tints of Navy Blue #146ED6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.98%

 BLUE value IS 214 (83.98% from 255) = 62.21%

R = 5.81%
G = 31.98%
B = 62.21%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#146ED6 (or 0x146ED6) is known color: Navy Blue. HEX triplet: 14, 6E and D6. RGB value is (20,110,214). Sum of RGB (Red+Green+Blue) = 20+110+214=344 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.81% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 214 (83.98% from 255 or 62.21% from 344); Max value from RGB is 214 - color contains mainly: blue. Hex color #146ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ED6 is #EB9129. Grayscale: #5E5E5E. Windows color (decimal): -15438122 or 14052884. OLE color: 14052884.

HSL color Cylindrical-coordinate representation of color #146ED6: hue angle of 212.16º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146ED6 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 110 214 -
CMYK 0.91 0.49 0 0.16
HSL 212.16º 0.83% 0.46% -
HSV(B) 212.16º 0.91% 0.84% -
XYZ 18 16.16 65.79 -
YUV 94.95 195.18 74.54 -
System Red Green Blue C M Y K H S L
Decimal 20 110 214 0.91 0.49 0 0.16 212.16 0.83 0.46
Hex 14 6E D6 5B 31 0 10 D4 53 2E
Octal 24 156 326 133 61 0 20 324 123 56
Binary 10100 1101110 11010110 1011011 110001 0 10000 11010100 1010011 101110

Color Harmonies of #146ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ED6

Black with #146ED6

Text Example


Text Example

White with #146ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146ED6; }

 p { color: rgb(20,110,214); }

 H1.HeaderClassName
 {
   color: #146ED6;
 }
 .AnyTagClassName
 {
   color: #146ED6;
 }
</style>

background-color css

<style>
 a { background-color: #146ED6; }

 a { background-color: rgb(20,110,214); }

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

border-color css

<style>
 span { border-color: #146ED6; }

 span { border-color: rgb(20,110,214); }

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