#19658D

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

Shades of Allports #19658D

Tints of Allports #19658D

Color information

#19658D (or 0x19658D) is unknown color: approx Allports. HEX triplet: 19, 65 and 8D. RGB value is (25,101,141). Sum of RGB (Red+Green+Blue) = 25+101+141=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #19658D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19658D is #E69A72. Grayscale: #525252. Windows color (decimal): -15112819 or 9266457. OLE color: 9266457.

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

Color convert

RGB25101141-
CMYK0.820.2800.45
HSL200.69º69.88%32.55%-
HSV(B)200.69º82.27%55.29%-
XYZ9.8611.4426.89-
YUV82.84160.8286.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=9.36%
G=37.83%
B=52.81%

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
Decimal251011410.820.2800.45200.6969.8832.55
Hex19658D521C02Dc94621
Octal311452151223405531110641
Binary110011100101100011011010010111000101101110010011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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