#19538F

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

Shades of Endeavour #19538F

Tints of Endeavour #19538F

Color information

#19538F (or 0x19538F) is unknown color: approx Endeavour. HEX triplet: 19, 53 and 8F. RGB value is (25,83,143). Sum of RGB (Red+Green+Blue) = 25+83+143=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #19538F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19538F is #E6AC70. Grayscale: #484848. Windows color (decimal): -15117425 or 9392921. OLE color: 9392921.

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

Color convert

RGB2583143-
CMYK0.830.4200.44
HSL210.51º70.24%32.94%-
HSV(B)210.51º82.52%56.08%-
XYZ8.458.3827.16-
YUV72.5167.7894.12-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 143 (56.25% from 255) = 56.97%
R=9.96%
G=33.07%
B=56.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25831430.830.4200.44210.5170.2432.94
Hex19538F532A02Cd34621
Octal311232171235205432310641
Binary1100110100111000111110100111010100101100110100111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19538F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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