Html Css Color HEX #115B98 Endeavour

📋 copy color: '#115B98'

red 17 ◦ green 91 ◦ blue 152

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

Shades of Endeavour #115B98

Tints of Endeavour #115B98

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35%

 BLUE value IS 152 (59.77% from 255) = 58.46%

R = 6.54%
G = 35%
B = 58.46%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#115B98 (or 0x115B98) is known color: Endeavour. HEX triplet: 11, 5B and 98. RGB value is (17,91,152). Sum of RGB (Red+Green+Blue) = 17+91+152=260 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.54% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #115B98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B98 is #EEA467. Grayscale: #4B4B4B. Windows color (decimal): -15639656 or 9984785. OLE color: 9984785.

HSL color Cylindrical-coordinate representation of color #115B98: hue angle of 207.11º 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 #115B98 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 17 91 152 -
CMYK 0.89 0.40 0 0.40
HSL 207.11º 0.8% 0.33% -
HSV(B) 207.11º 0.89% 0.6% -
XYZ 9.64 9.87 31.1 -
YUV 75.83 170.98 86.04 -
System Red Green Blue C M Y K H S L
Decimal 17 91 152 0.89 0.40 0 0.40 207.11 0.8 0.33
Hex 11 5B 98 59 28 0 28 CF 50 21
Octal 21 133 230 131 50 0 50 317 120 41
Binary 10001 1011011 10011000 1011001 101000 0 101000 11001111 1010000 100001

Color Harmonies of #115B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B98

Black with #115B98

Text Example


Text Example

White with #115B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,91,152); }

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

background-color css

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

 a { background-color: rgb(17,91,152); }

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

border-color css

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

 span { border-color: rgb(17,91,152); }

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