#19658B

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

Shades of Allports #19658B

Tints of Allports #19658B

Color information

#19658B (or 0x19658B) is unknown color: approx Allports. HEX triplet: 19, 65 and 8B. RGB value is (25,101,139). Sum of RGB (Red+Green+Blue) = 25+101+139=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #19658B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19658B is #E69A74. Grayscale: #525252. Windows color (decimal): -15112821 or 9135385. OLE color: 9135385.

HSL color Cylindrical-coordinate representation of color #19658B: hue angle of 200º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19658B is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25101139-
CMYK0.820.2700.45
HSL200º69.51%32.16%-
HSV(B)200º82.01%54.51%-
XYZ9.7111.3826.11-
YUV82.61159.8286.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 101 (39.84% from 255) = 38.11%
BLUE value IS 139 (54.69% from 255) = 52.45%
R=9.43%
G=38.11%
B=52.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251011390.820.2700.4520069.5132.16
Hex19658B521B02Dc84620
Octal311452131223305531010640
Binary110011100101100010111010010110110101101110010001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19658B; }

 p { color: rgb(25,101,139); }

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

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

 a { background-color: rgb(25,101,139); }

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

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

 span { border-color: rgb(25,101,139); }

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