#146383

Color #146383 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #146383

Tints of Allports #146383

Color information

#146383 (or 0x146383) is unknown color: approx Allports. HEX triplet: 14, 63 and 83. RGB value is (20,99,131). Sum of RGB (Red+Green+Blue) = 20+99+131=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #146383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146383 is #EB9C7C. Grayscale: #4E4E4E. Windows color (decimal): -15441021 or 8610580. OLE color: 8610580.

HSL color Cylindrical-coordinate representation of color #146383: hue angle of 197.3º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146383 is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2099131-
CMYK0.850.2400.49
HSL197.3º73.51%29.61%-
HSV(B)197.3º84.73%51.37%-
XYZ8.8510.7123.07-
YUV79.03157.3385.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 131 (51.56% from 255) = 52.4%
R=8%
G=39.6%
B=52.4%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20991310.850.2400.49197.373.5129.61
Hex1463835518031c54a1e
Octal241432031253006130511236
Binary10100110001110000011101010111000011000111000101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146383; }

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

 H1.HeaderClassName
 {
   color: #146383;
 }
 .AnyTagClassName
 {
   color: #146383;
 }
</style>
background-color css

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

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

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

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

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

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