#19528B

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

Shades of Endeavour #19528B

Tints of Endeavour #19528B

Color information

#19528B (or 0x19528B) is unknown color: approx Endeavour. HEX triplet: 19, 52 and 8B. RGB value is (25,82,139). Sum of RGB (Red+Green+Blue) = 25+82+139=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #19528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19528B is #E6AD74. Grayscale: #474747. Windows color (decimal): -15117685 or 9130521. OLE color: 9130521.

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

Color convert

RGB2582139-
CMYK0.820.4100.45
HSL210º69.51%32.16%-
HSV(B)210º82.01%54.51%-
XYZ8.088.1125.56-
YUV71.46166.1294.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.16%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=10.16%
G=33.33%
B=56.50%

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
Decimal25821390.820.4100.4521069.5132.16
Hex19528B522902Dd24620
Octal311222131225105532210640
Binary1100110100101000101110100101010010101101110100101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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