Html Css Color HEX #19508B Endeavour

📋 copy color: '#19508B'

red 25 ◦ green 80 ◦ blue 139

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

Shades of Endeavour #19508B

Tints of Endeavour #19508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.79%

 BLUE value IS 139 (54.69% from 255) = 56.97%

R = 10.25%
G = 32.79%
B = 56.97%

CMYK

 C value IS 0.82

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19508B (or 0x19508B) is known color: Endeavour. HEX triplet: 19, 50 and 8B. RGB value is (25,80,139). Sum of RGB (Red+Green+Blue) = 25+80+139=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #19508B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19508B is #E6AF74. Grayscale: #454545. Windows color (decimal): -15118197 or 9130009. OLE color: 9130009.

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

Color convert

RGB 25 80 139 -
CMYK 0.82 0.42 0 0.45
HSL 211.05º 0.7% 0.32% -
HSV(B) 211.05º 0.82% 0.55% -
XYZ 7.93 7.81 25.52 -
YUV 70.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 25 80 139 0.82 0.42 0 0.45 211.05 0.7 0.32
Hex 19 50 8B 52 2A 0 2D D3 46 20
Octal 31 120 213 122 52 0 55 323 106 40
Binary 11001 1010000 10001011 1010010 101010 0 101101 11010011 1000110 100000

Color Harmonies of #19508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19508B

Black with #19508B

Text Example


Text Example

White with #19508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19508B;
 }
 .AnyTagClassName
 {
   color: #19508B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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