#19748C

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

Shades of Allports #19748C

Tints of Allports #19748C

Color information

#19748C (or 0x19748C) is unknown color: approx Allports. HEX triplet: 19, 74 and 8C. RGB value is (25,116,140). Sum of RGB (Red+Green+Blue) = 25+116+140=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #19748C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19748C is #E68B73. Grayscale: #5B5B5B. Windows color (decimal): -15108980 or 9204761. OLE color: 9204761.

HSL color Cylindrical-coordinate representation of color #19748C: hue angle of 192.52º 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 #19748C is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB25116140-
CMYK0.820.1700.45
HSL192.52º69.7%32.35%-
HSV(B)192.52º82.14%54.9%-
XYZ11.3814.5927.03-
YUV91.53155.3580.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.90%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 140 (55.08% from 255) = 49.82%
R=8.90%
G=41.28%
B=49.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251161400.820.1700.45192.5269.732.35
Hex19748C521102Dc14620
Octal311642141222105530110640
Binary110011110100100011001010010100010101101110000011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19748C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19748C; }

 p { color: rgb(25,116,140); }

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

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

 a { background-color: rgb(25,116,140); }

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

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

 span { border-color: rgb(25,116,140); }

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