Html Css Color HEX #146DDC Navy Blue

📋 copy color: '#146DDC'

red 20 ◦ green 109 ◦ blue 220

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

Shades of Navy Blue #146DDC

Tints of Navy Blue #146DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.04%

R = 5.73%
G = 31.23%
B = 63.04%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#146DDC (or 0x146DDC) is known color: Navy Blue. HEX triplet: 14, 6D and DC. RGB value is (20,109,220). Sum of RGB (Red+Green+Blue) = 20+109+220=349 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.73% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 220 (86.33% from 255 or 63.04% from 349); Max value from RGB is 220 - color contains mainly: blue. Hex color #146DDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DDC is #EB9223. Grayscale: #5E5E5E. Windows color (decimal): -15438372 or 14445844. OLE color: 14445844.

HSL color Cylindrical-coordinate representation of color #146DDC: hue angle of 213.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #146DDC is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 20 109 220 -
CMYK 0.91 0.50 0 0.14
HSL 213.3º 0.83% 0.47% -
HSV(B) 213.3º 0.91% 0.86% -
XYZ 18.68 16.25 69.86 -
YUV 95.04 198.51 74.47 -
System Red Green Blue C M Y K H S L
Decimal 20 109 220 0.91 0.50 0 0.14 213.3 0.83 0.47
Hex 14 6D DC 5B 32 0 E D5 53 2F
Octal 24 155 334 133 62 0 16 325 123 57
Binary 10100 1101101 11011100 1011011 110010 0 1110 11010101 1010011 101111

Color Harmonies of #146DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DDC

Black with #146DDC

Text Example


Text Example

White with #146DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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