#19668E

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

Shades of Allports #19668E

Tints of Allports #19668E

Color information

#19668E (or 0x19668E) is unknown color: approx Allports. HEX triplet: 19, 66 and 8E. RGB value is (25,102,142). Sum of RGB (Red+Green+Blue) = 25+102+142=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #19668E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19668E is #E69971. Grayscale: #535353. Windows color (decimal): -15112562 or 9332249. OLE color: 9332249.

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

Color convert

RGB25102142-
CMYK0.820.2800.44
HSL200.51º70.06%32.75%-
HSV(B)200.51º82.39%55.69%-
XYZ10.0311.6627.31-
YUV83.54160.9986.25-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.29%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 142 (55.86% from 255) = 52.79%
R=9.29%
G=37.92%
B=52.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal251021420.820.2800.44200.5170.0632.75
Hex19668E521C02Cc94621
Octal311462161223405431110641
Binary110011100110100011101010010111000101100110010011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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