Html Css Color HEX #19599C Endeavour

📋 copy color: '#19599C'

red 25 ◦ green 89 ◦ blue 156

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

Shades of Endeavour #19599C

Tints of Endeavour #19599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.78%

R = 9.26%
G = 32.96%
B = 57.78%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19599C (or 0x19599C) is known color: Endeavour. HEX triplet: 19, 59 and 9C. RGB value is (25,89,156). Sum of RGB (Red+Green+Blue) = 25+89+156=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #19599C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19599C is #E6A663. Grayscale: #4D4D4D. Windows color (decimal): -15115876 or 10246425. OLE color: 10246425.

HSL color Cylindrical-coordinate representation of color #19599C: hue angle of 210.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19599C is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 89 156 -
CMYK 0.84 0.43 0 0.39
HSL 210.69º 0.72% 0.35% -
HSV(B) 210.69º 0.84% 0.61% -
XYZ 9.97 9.75 32.81 -
YUV 77.5 172.3 90.55 -
System Red Green Blue C M Y K H S L
Decimal 25 89 156 0.84 0.43 0 0.39 210.69 0.72 0.35
Hex 19 59 9C 54 2B 0 27 D3 48 23
Octal 31 131 234 124 53 0 47 323 110 43
Binary 11001 1011001 10011100 1010100 101011 0 100111 11010011 1001000 100011

Color Harmonies of #19599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19599C

Black with #19599C

Text Example


Text Example

White with #19599C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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