Html Css Color HEX #146590 Allports

📋 copy color: '#146590'

red 20 ◦ green 101 ◦ blue 144

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

Shades of Allports #146590

Tints of Allports #146590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 38.11%

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

R = 7.55%
G = 38.11%
B = 54.34%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#146590 (or 0x146590) is known color: Allports. HEX triplet: 14, 65 and 90. RGB value is (20,101,144). Sum of RGB (Red+Green+Blue) = 20+101+144=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #146590 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146590 is #EB9A6F. Grayscale: #515151. Windows color (decimal): -15440496 or 9463060. OLE color: 9463060.

HSL color Cylindrical-coordinate representation of color #146590: hue angle of 200.81º 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 #146590 is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 101 144 -
CMYK 0.86 0.30 0 0.44
HSL 200.81º 0.76% 0.32% -
HSV(B) 200.81º 0.86% 0.56% -
XYZ 9.98 11.47 28.07 -
YUV 81.68 163.16 84 -
System Red Green Blue C M Y K H S L
Decimal 20 101 144 0.86 0.30 0 0.44 200.81 0.76 0.32
Hex 14 65 90 56 1E 0 2C C9 4C 20
Octal 24 145 220 126 36 0 54 311 114 40
Binary 10100 1100101 10010000 1010110 11110 0 101100 11001001 1001100 100000

Color Harmonies of #146590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146590

Black with #146590

Text Example


Text Example

White with #146590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146590; }

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

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

background-color css

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

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

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

border-color css

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

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

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