Html Css Color HEX #19508F Endeavour

📋 copy color: '#19508F'

red 25 ◦ green 80 ◦ blue 143

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

Shades of Endeavour #19508F

Tints of Endeavour #19508F

RGB

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

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

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

R = 10.08%
G = 32.26%
B = 57.66%

CMYK

 C value IS 0.83

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19508F (or 0x19508F) is known color: Endeavour. HEX triplet: 19, 50 and 8F. RGB value is (25,80,143). Sum of RGB (Red+Green+Blue) = 25+80+143=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #19508F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19508F is #E6AF70. Grayscale: #464646. Windows color (decimal): -15118193 or 9392153. OLE color: 9392153.

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

Color convert

RGB 25 80 143 -
CMYK 0.83 0.44 0 0.44
HSL 212.03º 0.7% 0.33% -
HSV(B) 212.03º 0.83% 0.56% -
XYZ 8.23 7.93 27.08 -
YUV 70.74 168.78 95.38 -
System Red Green Blue C M Y K H S L
Decimal 25 80 143 0.83 0.44 0 0.44 212.03 0.7 0.33
Hex 19 50 8F 53 2C 0 2C D4 46 21
Octal 31 120 217 123 54 0 54 324 106 41
Binary 11001 1010000 10001111 1010011 101100 0 101100 11010100 1000110 100001

Color Harmonies of #19508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19508F

Black with #19508F

Text Example


Text Example

White with #19508F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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