Html Css Color HEX #19559C Endeavour

📋 copy color: '#19559C'

red 25 ◦ green 85 ◦ blue 156

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

Shades of Endeavour #19559C

Tints of Endeavour #19559C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 9.4%
G = 31.95%
B = 58.65%

CMYK

 C value IS 0.84

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#19559C (or 0x19559C) is known color: Endeavour. HEX triplet: 19, 55 and 9C. RGB value is (25,85,156). Sum of RGB (Red+Green+Blue) = 25+85+156=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #19559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19559C is #E6AA63. Grayscale: #4A4A4A. Windows color (decimal): -15116900 or 10245401. OLE color: 10245401.

HSL color Cylindrical-coordinate representation of color #19559C: hue angle of 212.52º 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 #19559C is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 85 156 -
CMYK 0.84 0.46 0 0.39
HSL 212.52º 0.72% 0.35% -
HSV(B) 212.52º 0.84% 0.61% -
XYZ 9.65 9.1 32.7 -
YUV 75.15 173.62 92.23 -
System Red Green Blue C M Y K H S L
Decimal 25 85 156 0.84 0.46 0 0.39 212.52 0.72 0.35
Hex 19 55 9C 54 2E 0 27 D5 48 23
Octal 31 125 234 124 56 0 47 325 110 43
Binary 11001 1010101 10011100 1010100 101110 0 100111 11010101 1001000 100011

Color Harmonies of #19559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19559C

Black with #19559C

Text Example


Text Example

White with #19559C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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