Html Css Color HEX #146ED1 Navy Blue

📋 copy color: '#146ED1'

red 20 ◦ green 110 ◦ blue 209

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

Shades of Navy Blue #146ED1

Tints of Navy Blue #146ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 61.65%

R = 5.9%
G = 32.45%
B = 61.65%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#146ED1 (or 0x146ED1) is known color: Navy Blue. HEX triplet: 14, 6E and D1. RGB value is (20,110,209). Sum of RGB (Red+Green+Blue) = 20+110+209=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 209 (82.03% from 255 or 61.65% from 339); Max value from RGB is 209 - color contains mainly: blue. Hex color #146ED1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146ED1 is #EB912E. Grayscale: #5D5D5D. Windows color (decimal): -15438127 or 13725204. OLE color: 13725204.

HSL color Cylindrical-coordinate representation of color #146ED1: hue angle of 211.43º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146ED1 is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 110 209 -
CMYK 0.90 0.47 0 0.18
HSL 211.43º 0.83% 0.45% -
HSV(B) 211.43º 0.9% 0.82% -
XYZ 17.37 15.9 62.48 -
YUV 94.38 192.68 74.95 -
System Red Green Blue C M Y K H S L
Decimal 20 110 209 0.90 0.47 0 0.18 211.43 0.83 0.45
Hex 14 6E D1 5A 2F 0 12 D3 53 2D
Octal 24 156 321 132 57 0 22 323 123 55
Binary 10100 1101110 11010001 1011010 101111 0 10010 11010011 1010011 101101

Color Harmonies of #146ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146ED1

Black with #146ED1

Text Example


Text Example

White with #146ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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