Html Css Color HEX #19558D Endeavour

📋 copy color: '#19558D'

red 25 ◦ green 85 ◦ blue 141

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

Shades of Endeavour #19558D

Tints of Endeavour #19558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.18%

R = 9.96%
G = 33.86%
B = 56.18%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#19558D (or 0x19558D) is known color: Endeavour. HEX triplet: 19, 55 and 8D. RGB value is (25,85,141). Sum of RGB (Red+Green+Blue) = 25+85+141=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #19558D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19558D is #E6AA72. Grayscale: #494949. Windows color (decimal): -15116915 or 9262361. OLE color: 9262361.

HSL color Cylindrical-coordinate representation of color #19558D: hue angle of 208.97º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19558D is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 85 141 -
CMYK 0.82 0.40 0 0.45
HSL 208.97º 0.7% 0.33% -
HSV(B) 208.97º 0.82% 0.55% -
XYZ 8.46 8.63 26.42 -
YUV 73.44 166.12 93.45 -
System Red Green Blue C M Y K H S L
Decimal 25 85 141 0.82 0.40 0 0.45 208.97 0.7 0.33
Hex 19 55 8D 52 28 0 2D D1 46 21
Octal 31 125 215 122 50 0 55 321 106 41
Binary 11001 1010101 10001101 1010010 101000 0 101101 11010001 1000110 100001

Color Harmonies of #19558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19558D

Black with #19558D

Text Example


Text Example

White with #19558D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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