Html Css Color HEX #146996 Allports

📋 copy color: '#146996'

red 20 ◦ green 105 ◦ blue 150

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

Shades of Allports #146996

Tints of Allports #146996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 54.55%

R = 7.27%
G = 38.18%
B = 54.55%

CMYK

 C value IS 0.87

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#146996 (or 0x146996) is known color: Allports. HEX triplet: 14, 69 and 96. RGB value is (20,105,150). Sum of RGB (Red+Green+Blue) = 20+105+150=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #146996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146996 is #EB9669. Grayscale: #545454. Windows color (decimal): -15439466 or 9857300. OLE color: 9857300.

HSL color Cylindrical-coordinate representation of color #146996: hue angle of 200.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #146996 is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 105 150 -
CMYK 0.87 0.30 0 0.41
HSL 200.77º 0.76% 0.33% -
HSV(B) 200.77º 0.87% 0.59% -
XYZ 10.85 12.45 30.69 -
YUV 84.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 20 105 150 0.87 0.30 0 0.41 200.77 0.76 0.33
Hex 14 69 96 57 1E 0 29 C9 4C 21
Octal 24 151 226 127 36 0 51 311 114 41
Binary 10100 1101001 10010110 1010111 11110 0 101001 11001001 1001100 100001

Color Harmonies of #146996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146996

Black with #146996

Text Example


Text Example

White with #146996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146996; }

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

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

background-color css

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

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

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

border-color css

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

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

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