Html Css Color HEX #115E98 Endeavour

📋 copy color: '#115E98'

red 17 ◦ green 94 ◦ blue 152

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

Shades of Endeavour #115E98

Tints of Endeavour #115E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 35.74%

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

R = 6.46%
G = 35.74%
B = 57.79%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#115E98 (or 0x115E98) is known color: Endeavour. HEX triplet: 11, 5E and 98. RGB value is (17,94,152). Sum of RGB (Red+Green+Blue) = 17+94+152=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 94 (37.11% from 255 or 35.74% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #115E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E98 is #EEA167. Grayscale: #4D4D4D. Windows color (decimal): -15638888 or 9985553. OLE color: 9985553.

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

Color convert

RGB 17 94 152 -
CMYK 0.89 0.38 0 0.40
HSL 205.78º 0.8% 0.33% -
HSV(B) 205.78º 0.89% 0.6% -
XYZ 9.9 10.39 31.19 -
YUV 77.59 169.99 84.78 -
System Red Green Blue C M Y K H S L
Decimal 17 94 152 0.89 0.38 0 0.40 205.78 0.8 0.33
Hex 11 5E 98 59 26 0 28 CE 50 21
Octal 21 136 230 131 46 0 50 316 120 41
Binary 10001 1011110 10011000 1011001 100110 0 101000 11001110 1010000 100001

Color Harmonies of #115E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E98

Black with #115E98

Text Example


Text Example

White with #115E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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