Html Css Color HEX #19559D Endeavour

📋 copy color: '#19559D'

red 25 ◦ green 85 ◦ blue 157

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

Shades of Endeavour #19559D

Tints of Endeavour #19559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.8%

R = 9.36%
G = 31.84%
B = 58.8%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19559D (or 0x19559D) is known color: Endeavour. HEX triplet: 19, 55 and 9D. RGB value is (25,85,157). Sum of RGB (Red+Green+Blue) = 25+85+157=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #19559D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19559D is #E6AA62. Grayscale: #4A4A4A. Windows color (decimal): -15116899 or 10310937. OLE color: 10310937.

HSL color Cylindrical-coordinate representation of color #19559D: hue angle of 212.73º 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 #19559D is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 25 85 157 -
CMYK 0.84 0.46 0 0.38
HSL 212.73º 0.73% 0.36% -
HSV(B) 212.73º 0.84% 0.62% -
XYZ 9.74 9.14 33.15 -
YUV 75.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 25 85 157 0.84 0.46 0 0.38 212.73 0.73 0.36
Hex 19 55 9D 54 2E 0 26 D5 49 24
Octal 31 125 235 124 56 0 46 325 111 44
Binary 11001 1010101 10011101 1010100 101110 0 100110 11010101 1001001 100100

Color Harmonies of #19559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19559D

Black with #19559D

Text Example


Text Example

White with #19559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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