Html Css Color HEX #19599D Endeavour

📋 copy color: '#19599D'

red 25 ◦ green 89 ◦ blue 157

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

Shades of Endeavour #19599D

Tints of Endeavour #19599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.84%

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

R = 9.23%
G = 32.84%
B = 57.93%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#19599D (or 0x19599D) is known color: Endeavour. HEX triplet: 19, 59 and 9D. RGB value is (25,89,157). Sum of RGB (Red+Green+Blue) = 25+89+157=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 89 (35.16% from 255 or 32.84% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #19599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19599D is #E6A662. Grayscale: #4D4D4D. Windows color (decimal): -15115875 or 10311961. OLE color: 10311961.

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

Color convert

RGB 25 89 157 -
CMYK 0.84 0.43 0 0.38
HSL 210.91º 0.73% 0.36% -
HSV(B) 210.91º 0.84% 0.62% -
XYZ 10.06 9.79 33.26 -
YUV 77.62 172.8 90.47 -
System Red Green Blue C M Y K H S L
Decimal 25 89 157 0.84 0.43 0 0.38 210.91 0.73 0.36
Hex 19 59 9D 54 2B 0 26 D3 49 24
Octal 31 131 235 124 53 0 46 323 111 44
Binary 11001 1011001 10011101 1010100 101011 0 100110 11010011 1001001 100100

Color Harmonies of #19599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19599D

Black with #19599D

Text Example


Text Example

White with #19599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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