Html Css Color HEX #146DD0 Navy Blue

📋 copy color: '#146DD0'

red 20 ◦ green 109 ◦ blue 208

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

Shades of Navy Blue #146DD0

Tints of Navy Blue #146DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 61.72%

R = 5.93%
G = 32.34%
B = 61.72%

CMYK

 C value IS 0.90

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#146DD0 (or 0x146DD0) is known color: Navy Blue. HEX triplet: 14, 6D and D0. RGB value is (20,109,208). Sum of RGB (Red+Green+Blue) = 20+109+208=337 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.93% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 208 (81.64% from 255 or 61.72% from 337); Max value from RGB is 208 - color contains mainly: blue. Hex color #146DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DD0 is #EB922F. Grayscale: #5D5D5D. Windows color (decimal): -15438384 or 13659412. OLE color: 13659412.

HSL color Cylindrical-coordinate representation of color #146DD0: hue angle of 211.6º degrees, saturation: 0.82, 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 #146DD0 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 109 208 -
CMYK 0.90 0.48 0 0.18
HSL 211.6º 0.82% 0.45% -
HSV(B) 211.6º 0.9% 0.82% -
XYZ 17.14 15.64 61.79 -
YUV 93.68 192.51 75.45 -
System Red Green Blue C M Y K H S L
Decimal 20 109 208 0.90 0.48 0 0.18 211.6 0.82 0.45
Hex 14 6D D0 5A 30 0 12 D4 52 2D
Octal 24 155 320 132 60 0 22 324 122 55
Binary 10100 1101101 11010000 1011010 110000 0 10010 11010100 1010010 101101

Color Harmonies of #146DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146DD0

Black with #146DD0

Text Example


Text Example

White with #146DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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