Html Css Color HEX #115C99 Endeavour

📋 copy color: '#115C99'

red 17 ◦ green 92 ◦ blue 153

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

Shades of Endeavour #115C99

Tints of Endeavour #115C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.11%

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 6.49%
G = 35.11%
B = 58.4%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#115C99 (or 0x115C99) is known color: Endeavour. HEX triplet: 11, 5C and 99. RGB value is (17,92,153). Sum of RGB (Red+Green+Blue) = 17+92+153=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 92 (36.33% from 255 or 35.11% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #115C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115C99 is #EEA366. Grayscale: #4C4C4C. Windows color (decimal): -15639399 or 10050577. OLE color: 10050577.

HSL color Cylindrical-coordinate representation of color #115C99: hue angle of 206.91º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115C99 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 17 92 153 -
CMYK 0.89 0.40 0 0.4
HSL 206.91º 0.8% 0.33% -
HSV(B) 206.91º 0.89% 0.6% -
XYZ 9.81 10.07 31.56 -
YUV 76.53 171.15 85.54 -
System Red Green Blue C M Y K H S L
Decimal 17 92 153 0.89 0.40 0 0.4 206.91 0.8 0.33
Hex 11 5C 99 59 28 0 28 CF 50 21
Octal 21 134 231 131 50 0 50 317 120 41
Binary 10001 1011100 10011001 1011001 101000 0 101000 11001111 1010000 100001

Color Harmonies of #115C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C99

Black with #115C99

Text Example


Text Example

White with #115C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115C99; }

 p { color: rgb(17,92,153); }

 H1.HeaderClassName
 {
   color: #115C99;
 }
 .AnyTagClassName
 {
   color: #115C99;
 }
</style>

background-color css

<style>
 a { background-color: #115C99; }

 a { background-color: rgb(17,92,153); }

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

border-color css

<style>
 span { border-color: #115C99; }

 span { border-color: rgb(17,92,153); }

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