Html Css Color HEX #11619D Endeavour

📋 copy color: '#11619D'

red 17 ◦ green 97 ◦ blue 157

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

Shades of Endeavour #11619D

Tints of Endeavour #11619D

RGB

 RED value IS 17 (7.03% from 255) = 6.27%

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

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 6.27%
G = 35.79%
B = 57.93%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#11619D (or 0x11619D) is known color: Endeavour. HEX triplet: 11, 61 and 9D. RGB value is (17,97,157). Sum of RGB (Red+Green+Blue) = 17+97+157=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #11619D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #11619D is #EE9E62. Grayscale: #4F4F4F. Windows color (decimal): -15638115 or 10314001. OLE color: 10314001.

HSL color Cylindrical-coordinate representation of color #11619D: hue angle of 205.71º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11619D is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 17 97 157 -
CMYK 0.89 0.38 0 0.38
HSL 205.71º 0.8% 0.34% -
HSV(B) 205.71º 0.89% 0.62% -
XYZ 10.59 11.1 33.48 -
YUV 79.92 171.5 83.12 -
System Red Green Blue C M Y K H S L
Decimal 17 97 157 0.89 0.38 0 0.38 205.71 0.8 0.34
Hex 11 61 9D 59 26 0 26 CE 50 22
Octal 21 141 235 131 46 0 46 316 120 42
Binary 10001 1100001 10011101 1011001 100110 0 100110 11001110 1010000 100010

Color Harmonies of #11619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11619D

Black with #11619D

Text Example


Text Example

White with #11619D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,97,157); }

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

background-color css

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

 a { background-color: rgb(17,97,157); }

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

border-color css

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

 span { border-color: rgb(17,97,157); }

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