Html Css Color HEX #19599A Endeavour

📋 copy color: '#19599A'

red 25 ◦ green 89 ◦ blue 154

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

Shades of Endeavour #19599A

Tints of Endeavour #19599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.46%

R = 9.33%
G = 33.21%
B = 57.46%

CMYK

 C value IS 0.84

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#19599A (or 0x19599A) is known color: Endeavour. HEX triplet: 19, 59 and 9A. RGB value is (25,89,154). Sum of RGB (Red+Green+Blue) = 25+89+154=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #19599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19599A is #E6A665. Grayscale: #4C4C4C. Windows color (decimal): -15115878 or 10115353. OLE color: 10115353.

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

Color convert

RGB 25 89 154 -
CMYK 0.84 0.42 0 0.40
HSL 210.23º 0.72% 0.35% -
HSV(B) 210.23º 0.84% 0.6% -
XYZ 9.81 9.68 31.92 -
YUV 77.27 171.3 90.71 -
System Red Green Blue C M Y K H S L
Decimal 25 89 154 0.84 0.42 0 0.40 210.23 0.72 0.35
Hex 19 59 9A 54 2A 0 28 D2 48 23
Octal 31 131 232 124 52 0 50 322 110 43
Binary 11001 1011001 10011010 1010100 101010 0 101000 11010010 1001000 100011

Color Harmonies of #19599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19599A

Black with #19599A

Text Example


Text Example

White with #19599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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