Html Css Color HEX #19518F Endeavour

📋 copy color: '#19518F'

red 25 ◦ green 81 ◦ blue 143

#19518F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #19518F

Tints of Endeavour #19518F

RGB

 RED value IS 25 (10.16% from 255) = 10.04%

 GREEN value IS 81 (32.03% from 255) = 32.53%

 BLUE value IS 143 (56.25% from 255) = 57.43%

R = 10.04%
G = 32.53%
B = 57.43%

CMYK

 C value IS 0.83

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19518F (or 0x19518F) is known color: Endeavour. HEX triplet: 19, 51 and 8F. RGB value is (25,81,143). Sum of RGB (Red+Green+Blue) = 25+81+143=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #19518F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19518F is #E6AE70. Grayscale: #474747. Windows color (decimal): -15117937 or 9392409. OLE color: 9392409.

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

Color convert

RGB 25 81 143 -
CMYK 0.83 0.43 0 0.44
HSL 211.53º 0.7% 0.33% -
HSV(B) 211.53º 0.83% 0.56% -
XYZ 8.3 8.07 27.11 -
YUV 71.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 25 81 143 0.83 0.43 0 0.44 211.53 0.7 0.33
Hex 19 51 8F 53 2B 0 2C D4 46 21
Octal 31 121 217 123 53 0 54 324 106 41
Binary 11001 1010001 10001111 1010011 101011 0 101100 11010100 1000110 100001

Color Harmonies of #19518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19518F

Black with #19518F

Text Example


Text Example

White with #19518F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19518F;
 }
 .AnyTagClassName
 {
   color: #19518F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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