Html Css Color HEX #146DD5 Navy Blue

📋 copy color: '#146DD5'

red 20 ◦ green 109 ◦ blue 213

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

Shades of Navy Blue #146DD5

Tints of Navy Blue #146DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.87%

 BLUE value IS 213 (83.59% from 255) = 62.28%

R = 5.85%
G = 31.87%
B = 62.28%

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

#146DD5 (or 0x146DD5) is known color: Navy Blue. HEX triplet: 14, 6D and D5. RGB value is (20,109,213). Sum of RGB (Red+Green+Blue) = 20+109+213=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 213 (83.59% from 255 or 62.28% from 342); Max value from RGB is 213 - color contains mainly: blue. Hex color #146DD5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DD5 is #EB922A. Grayscale: #5D5D5D. Windows color (decimal): -15438379 or 13987092. OLE color: 13987092.

HSL color Cylindrical-coordinate representation of color #146DD5: hue angle of 212.33º 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 #146DD5 is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 109 213 -
CMYK 0.91 0.49 0 0.16
HSL 212.33º 0.83% 0.46% -
HSV(B) 212.33º 0.91% 0.84% -
XYZ 17.77 15.89 65.08 -
YUV 94.25 195.01 75.04 -
System Red Green Blue C M Y K H S L
Decimal 20 109 213 0.91 0.49 0 0.16 212.33 0.83 0.46
Hex 14 6D D5 5B 31 0 10 D4 53 2E
Octal 24 155 325 133 61 0 20 324 123 56
Binary 10100 1101101 11010101 1011011 110001 0 10000 11010100 1010011 101110

Color Harmonies of #146DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DD5

Black with #146DD5

Text Example


Text Example

White with #146DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,109,213); }

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

background-color css

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

 a { background-color: rgb(20,109,213); }

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

border-color css

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

 span { border-color: rgb(20,109,213); }

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