#19668D

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

Shades of Allports #19668D

Tints of Allports #19668D

Color information

#19668D (or 0x19668D) is unknown color: approx Allports. HEX triplet: 19, 66 and 8D. RGB value is (25,102,141). Sum of RGB (Red+Green+Blue) = 25+102+141=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #19668D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19668D is #E69972. Grayscale: #535353. Windows color (decimal): -15112563 or 9266713. OLE color: 9266713.

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

Color convert

RGB25102141-
CMYK0.820.2800.45
HSL200.17º69.88%32.55%-
HSV(B)200.17º82.27%55.29%-
XYZ9.9611.6326.92-
YUV83.42160.4986.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.33%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 141 (55.47% from 255) = 52.61%
R=9.33%
G=38.06%
B=52.61%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal251021410.820.2800.45200.1769.8832.55
Hex19668D521C02Dc84621
Octal311462151223405531010641
Binary110011100110100011011010010111000101101110010001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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