Html Css Color HEX #19599F Endeavour

📋 copy color: '#19599F'

red 25 ◦ green 89 ◦ blue 159

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

Shades of Endeavour #19599F

Tints of Endeavour #19599F

RGB

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

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

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

R = 9.16%
G = 32.6%
B = 58.24%

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

#19599F (or 0x19599F) is known color: Endeavour. HEX triplet: 19, 59 and 9F. RGB value is (25,89,159). Sum of RGB (Red+Green+Blue) = 25+89+159=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #19599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19599F is #E6A660. Grayscale: #4D4D4D. Windows color (decimal): -15115873 or 10443033. OLE color: 10443033.

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

Color convert

RGB 25 89 159 -
CMYK 0.84 0.44 0 0.38
HSL 211.34º 0.73% 0.36% -
HSV(B) 211.34º 0.84% 0.62% -
XYZ 10.23 9.85 34.16 -
YUV 77.84 173.8 90.31 -
System Red Green Blue C M Y K H S L
Decimal 25 89 159 0.84 0.44 0 0.38 211.34 0.73 0.36
Hex 19 59 9F 54 2C 0 26 D3 49 24
Octal 31 131 237 124 54 0 46 323 111 44
Binary 11001 1011001 10011111 1010100 101100 0 100110 11010011 1001001 100100

Color Harmonies of #19599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19599F

Black with #19599F

Text Example


Text Example

White with #19599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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