Html Css Color HEX #19559F Endeavour

📋 copy color: '#19559F'

red 25 ◦ green 85 ◦ blue 159

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

Shades of Endeavour #19559F

Tints of Endeavour #19559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.6%

 BLUE value IS 159 (62.5% from 255) = 59.11%

R = 9.29%
G = 31.6%
B = 59.11%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19559F (or 0x19559F) is known color: Endeavour. HEX triplet: 19, 55 and 9F. RGB value is (25,85,159). Sum of RGB (Red+Green+Blue) = 25+85+159=269 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.29% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 159 (62.5% from 255 or 59.11% from 269); Max value from RGB is 159 - color contains mainly: blue. Hex color #19559F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19559F is #E6AA60. Grayscale: #4B4B4B. Windows color (decimal): -15116897 or 10442009. OLE color: 10442009.

HSL color Cylindrical-coordinate representation of color #19559F: hue angle of 213.13º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19559F is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 85 159 -
CMYK 0.84 0.47 0 0.38
HSL 213.13º 0.73% 0.36% -
HSV(B) 213.13º 0.84% 0.62% -
XYZ 9.91 9.21 34.06 -
YUV 75.5 175.12 91.98 -
System Red Green Blue C M Y K H S L
Decimal 25 85 159 0.84 0.47 0 0.38 213.13 0.73 0.36
Hex 19 55 9F 54 2F 0 26 D5 49 24
Octal 31 125 237 124 57 0 46 325 111 44
Binary 11001 1010101 10011111 1010100 101111 0 100110 11010101 1001001 100100

Color Harmonies of #19559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19559F

Black with #19559F

Text Example


Text Example

White with #19559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,85,159); }

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

background-color css

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

 a { background-color: rgb(25,85,159); }

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

border-color css

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

 span { border-color: rgb(25,85,159); }

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