#19528F

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

Shades of Endeavour #19528F

Tints of Endeavour #19528F

Color information

#19528F (or 0x19528F) is unknown color: approx Endeavour. HEX triplet: 19, 52 and 8F. RGB value is (25,82,143). Sum of RGB (Red+Green+Blue) = 25+82+143=250 (33% of max value = 765). Red value is 25 (10.16% from 255 or 10% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #19528F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19528F is #E6AD70. Grayscale: #474747. Windows color (decimal): -15117681 or 9392665. OLE color: 9392665.

HSL color Cylindrical-coordinate representation of color #19528F: hue angle of 211.02º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #19528F is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2582143-
CMYK0.830.4300.44
HSL211.02º70.24%32.94%-
HSV(B)211.02º82.52%56.08%-
XYZ8.388.2227.13-
YUV71.91168.1294.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10%
GREEN value IS 82 (32.42% from 255) = 32.8%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=10%
G=32.8%
B=57.2%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25821430.830.4300.44211.0270.2432.94
Hex19528F532B02Cd34621
Octal311222171235305432310641
Binary1100110100101000111110100111010110101100110100111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19528F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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