#19529E

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

Shades of Endeavour #19529E

Tints of Endeavour #19529E

Color information

#19529E (or 0x19529E) is unknown color: approx Endeavour. HEX triplet: 19, 52 and 9E. RGB value is (25,82,158). Sum of RGB (Red+Green+Blue) = 25+82+158=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #19529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19529E is #E6AD61. Grayscale: #494949. Windows color (decimal): -15117666 or 10375705. OLE color: 10375705.

HSL color Cylindrical-coordinate representation of color #19529E: hue angle of 214.29º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19529E is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2582158-
CMYK0.840.4800.38
HSL214.29º72.68%35.88%-
HSV(B)214.29º84.18%61.96%-
XYZ9.598.7133.52-
YUV73.62175.6293.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.43%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 158 (62.11% from 255) = 59.62%
R=9.43%
G=30.94%
B=59.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25821580.840.4800.38214.2972.6835.88
Hex19529E5430026d64924
Octal311222361246004632611144
Binary1100110100101001111010101001100000100110110101101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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