#19528c

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

Shades of Endeavour #19528C

Tints of Endeavour #19528C

Color information

#19528C (or 0x19528C) is unknown color: approx Endeavour. HEX triplet: 19, 52 and 8C. RGB value is (25,82,140). Sum of RGB (Red+Green+Blue) = 25+82+140=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #19528C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19528C is #E6AD73. Grayscale: #474747. Windows color (decimal): -15117684 or 9196057. OLE color: 9196057.

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

Color convert

RGB2582140-
CMYK0.820.4100.45
HSL210.26º69.7%32.35%-
HSV(B)210.26º82.14%54.9%-
XYZ8.158.1325.95-
YUV71.57166.6294.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.12%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 140 (55.08% from 255) = 56.68%
R=10.12%
G=33.20%
B=56.68%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25821400.820.4100.45210.2669.732.35
Hex19528C522902Dd24620
Octal311222141225105532210640
Binary1100110100101000110010100101010010101101110100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19528c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19528c; }

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

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

<style>
 a { background-color: #19528c; }

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

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

<style>
 span { border-color: #19528c; }

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

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