Html Css Color HEX #115C98 Endeavour

📋 copy color: '#115C98'

red 17 ◦ green 92 ◦ blue 152

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

Shades of Endeavour #115C98

Tints of Endeavour #115C98

RGB

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

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

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

R = 6.51%
G = 35.25%
B = 58.24%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#115C98 (or 0x115C98) is known color: Endeavour. HEX triplet: 11, 5C and 98. RGB value is (17,92,152). Sum of RGB (Red+Green+Blue) = 17+92+152=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 92 (36.33% from 255 or 35.25% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #115C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115C98 is #EEA367. Grayscale: #4C4C4C. Windows color (decimal): -15639400 or 9985041. OLE color: 9985041.

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

Color convert

RGB 17 92 152 -
CMYK 0.89 0.39 0 0.40
HSL 206.67º 0.8% 0.33% -
HSV(B) 206.67º 0.89% 0.6% -
XYZ 9.73 10.04 31.13 -
YUV 76.42 170.65 85.62 -
System Red Green Blue C M Y K H S L
Decimal 17 92 152 0.89 0.39 0 0.40 206.67 0.8 0.33
Hex 11 5C 98 59 27 0 28 CF 50 21
Octal 21 134 230 131 47 0 50 317 120 41
Binary 10001 1011100 10011000 1011001 100111 0 101000 11001111 1010000 100001

Color Harmonies of #115C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C98

Black with #115C98

Text Example


Text Example

White with #115C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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