Html Css Color HEX #146990 Allports

📋 copy color: '#146990'

red 20 ◦ green 105 ◦ blue 144

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

Shades of Allports #146990

Tints of Allports #146990

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.03%

 BLUE value IS 144 (56.64% from 255) = 53.53%

R = 7.43%
G = 39.03%
B = 53.53%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#146990 (or 0x146990) is known color: Allports. HEX triplet: 14, 69 and 90. RGB value is (20,105,144). Sum of RGB (Red+Green+Blue) = 20+105+144=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #146990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146990 is #EB966F. Grayscale: #535353. Windows color (decimal): -15439472 or 9464084. OLE color: 9464084.

HSL color Cylindrical-coordinate representation of color #146990: hue angle of 198.87º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146990 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 105 144 -
CMYK 0.86 0.27 0 0.44
HSL 198.87º 0.76% 0.32% -
HSV(B) 198.87º 0.86% 0.56% -
XYZ 10.37 12.27 28.21 -
YUV 84.03 161.84 82.33 -
System Red Green Blue C M Y K H S L
Decimal 20 105 144 0.86 0.27 0 0.44 198.87 0.76 0.32
Hex 14 69 90 56 1B 0 2C C7 4C 20
Octal 24 151 220 126 33 0 54 307 114 40
Binary 10100 1101001 10010000 1010110 11011 0 101100 11000111 1001100 100000

Color Harmonies of #146990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146990

Black with #146990

Text Example


Text Example

White with #146990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146990; }

 p { color: rgb(20,105,144); }

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

background-color css

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

 a { background-color: rgb(20,105,144); }

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

border-color css

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

 span { border-color: rgb(20,105,144); }

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