Html Css Color HEX #19618E Endeavour

📋 copy color: '#19618E'

red 25 ◦ green 97 ◦ blue 142

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

Shades of Endeavour #19618E

Tints of Endeavour #19618E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 142 (55.86% from 255) = 53.79%

R = 9.47%
G = 36.74%
B = 53.79%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#19618E (or 0x19618E) is known color: Endeavour. HEX triplet: 19, 61 and 8E. RGB value is (25,97,142). Sum of RGB (Red+Green+Blue) = 25+97+142=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 142 (55.86% from 255 or 53.79% from 264); Max value from RGB is 142 - color contains mainly: blue. Hex color #19618E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19618E is #E69E71. Grayscale: #505050. Windows color (decimal): -15113842 or 9330969. OLE color: 9330969.

HSL color Cylindrical-coordinate representation of color #19618E: hue angle of 203.08º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19618E is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 25 97 142 -
CMYK 0.82 0.32 0 0.44
HSL 203.08º 0.7% 0.33% -
HSV(B) 203.08º 0.82% 0.56% -
XYZ 9.56 10.71 27.15 -
YUV 80.6 162.65 88.34 -
System Red Green Blue C M Y K H S L
Decimal 25 97 142 0.82 0.32 0 0.44 203.08 0.7 0.33
Hex 19 61 8E 52 20 0 2C CB 46 21
Octal 31 141 216 122 40 0 54 313 106 41
Binary 11001 1100001 10001110 1010010 100000 0 101100 11001011 1000110 100001

Color Harmonies of #19618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19618E

Black with #19618E

Text Example


Text Example

White with #19618E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19618E; }

 p { color: rgb(25,97,142); }

 H1.HeaderClassName
 {
   color: #19618E;
 }
 .AnyTagClassName
 {
   color: #19618E;
 }
</style>

background-color css

<style>
 a { background-color: #19618E; }

 a { background-color: rgb(25,97,142); }

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

border-color css

<style>
 span { border-color: #19618E; }

 span { border-color: rgb(25,97,142); }

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