Html Css Color HEX #19589D Endeavour

📋 copy color: '#19589D'

red 25 ◦ green 88 ◦ blue 157

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

Shades of Endeavour #19589D

Tints of Endeavour #19589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.59%

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

R = 9.26%
G = 32.59%
B = 58.15%

CMYK

 C value IS 0.84

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19589D (or 0x19589D) is known color: Endeavour. HEX triplet: 19, 58 and 9D. RGB value is (25,88,157). Sum of RGB (Red+Green+Blue) = 25+88+157=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #19589D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19589D is #E6A762. Grayscale: #4C4C4C. Windows color (decimal): -15116131 or 10311705. OLE color: 10311705.

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

Color convert

RGB 25 88 157 -
CMYK 0.84 0.44 0 0.38
HSL 211.36º 0.73% 0.36% -
HSV(B) 211.36º 0.84% 0.62% -
XYZ 9.98 9.62 33.23 -
YUV 77.03 173.13 90.89 -
System Red Green Blue C M Y K H S L
Decimal 25 88 157 0.84 0.44 0 0.38 211.36 0.73 0.36
Hex 19 58 9D 54 2C 0 26 D3 49 24
Octal 31 130 235 124 54 0 46 323 111 44
Binary 11001 1011000 10011101 1010100 101100 0 100110 11010011 1001001 100100

Color Harmonies of #19589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19589D

Black with #19589D

Text Example


Text Example

White with #19589D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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