#19668B

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

Shades of Allports #19668B

Tints of Allports #19668B

Color information

#19668B (or 0x19668B) is unknown color: approx Allports. HEX triplet: 19, 66 and 8B. RGB value is (25,102,139). Sum of RGB (Red+Green+Blue) = 25+102+139=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #19668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19668B is #E69974. Grayscale: #525252. Windows color (decimal): -15112565 or 9135641. OLE color: 9135641.

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

Color convert

RGB25102139-
CMYK0.820.2700.45
HSL199.47º69.51%32.16%-
HSV(B)199.47º82.01%54.51%-
XYZ9.8111.5726.14-
YUV83.2159.4986.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.40%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=9.40%
G=38.35%
B=52.26%

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
Decimal251021390.820.2700.45199.4769.5132.16
Hex19668B521B02Dc74620
Octal311462131223305530710640
Binary110011100110100010111010010110110101101110001111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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