Html Css Color HEX #146389 Allports

📋 copy color: '#146389'

red 20 ◦ green 99 ◦ blue 137

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

Shades of Allports #146389

Tints of Allports #146389

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 137 (53.91% from 255) = 53.52%

R = 7.81%
G = 38.67%
B = 53.52%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#146389 (or 0x146389) is known color: Allports. HEX triplet: 14, 63 and 89. RGB value is (20,99,137). Sum of RGB (Red+Green+Blue) = 20+99+137=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #146389 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146389 is #EB9C76. Grayscale: #4F4F4F. Windows color (decimal): -15441015 or 9003796. OLE color: 9003796.

HSL color Cylindrical-coordinate representation of color #146389: hue angle of 199.49º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146389 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 99 137 -
CMYK 0.85 0.28 0 0.46
HSL 199.49º 0.75% 0.31% -
HSV(B) 199.49º 0.85% 0.54% -
XYZ 9.27 10.88 25.28 -
YUV 79.71 160.33 85.41 -
System Red Green Blue C M Y K H S L
Decimal 20 99 137 0.85 0.28 0 0.46 199.49 0.75 0.31
Hex 14 63 89 55 1C 0 2E C7 4B 1F
Octal 24 143 211 125 34 0 56 307 113 37
Binary 10100 1100011 10001001 1010101 11100 0 101110 11000111 1001011 11111

Color Harmonies of #146389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146389

Black with #146389

Text Example


Text Example

White with #146389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146389; }

 p { color: rgb(20,99,137); }

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

background-color css

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

 a { background-color: rgb(20,99,137); }

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

border-color css

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

 span { border-color: rgb(20,99,137); }

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