#19668A

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

Shades of Allports #19668A

Tints of Allports #19668A

Color information

#19668A (or 0x19668A) is unknown color: approx Allports. HEX triplet: 19, 66 and 8A. RGB value is (25,102,138). Sum of RGB (Red+Green+Blue) = 25+102+138=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 138 (54.30% from 255 or 52.08% from 265); Max value from RGB is 138 - color contains mainly: blue. Hex color #19668A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19668A is #E69975. Grayscale: #525252. Windows color (decimal): -15112566 or 9070105. OLE color: 9070105.

HSL color Cylindrical-coordinate representation of color #19668A: hue angle of 199.12º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19668A is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB25102138-
CMYK0.820.2600.46
HSL199.12º69.33%31.96%-
HSV(B)199.12º81.88%54.12%-
XYZ9.7411.5425.76-
YUV83.08158.9986.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 138 (54.30% from 255) = 52.08%
R=9.43%
G=38.49%
B=52.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal251021380.820.2600.46199.1269.3331.96
Hex19668A521A02Ec74520
Octal311462121223205630710540
Binary110011100110100010101010010110100101110110001111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19668A; }

 p { color: rgb(25,102,138); }

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

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

 a { background-color: rgb(25,102,138); }

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

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

 span { border-color: rgb(25,102,138); }

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