#19528E

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

Shades of Endeavour #19528E

Tints of Endeavour #19528E

Color information

#19528E (or 0x19528E) is unknown color: approx Endeavour. HEX triplet: 19, 52 and 8E. RGB value is (25,82,142). Sum of RGB (Red+Green+Blue) = 25+82+142=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #19528E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19528E is #E6AD71. Grayscale: #474747. Windows color (decimal): -15117682 or 9327129. OLE color: 9327129.

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

Color convert

RGB2582142-
CMYK0.820.4200.44
HSL210.77º70.06%32.75%-
HSV(B)210.77º82.39%55.69%-
XYZ8.38.1926.74-
YUV71.8167.6294.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.04%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 142 (55.86% from 255) = 57.03%
R=10.04%
G=32.93%
B=57.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25821420.820.4200.44210.7770.0632.75
Hex19528E522A02Cd34621
Octal311222161225205432310641
Binary1100110100101000111010100101010100101100110100111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19528E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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