Html Css Color HEX #115F95 Endeavour

📋 copy color: '#115F95'

red 17 ◦ green 95 ◦ blue 149

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

Shades of Endeavour #115F95

Tints of Endeavour #115F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.4%

 BLUE value IS 149 (58.59% from 255) = 57.09%

R = 6.51%
G = 36.4%
B = 57.09%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115F95 (or 0x115F95) is known color: Endeavour. HEX triplet: 11, 5F and 95. RGB value is (17,95,149). Sum of RGB (Red+Green+Blue) = 17+95+149=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #115F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115F95 is #EEA06A. Grayscale: #4D4D4D. Windows color (decimal): -15638635 or 9789201. OLE color: 9789201.

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

Color convert

RGB 17 95 149 -
CMYK 0.89 0.36 0 0.42
HSL 204.55º 0.8% 0.33% -
HSV(B) 204.55º 0.89% 0.58% -
XYZ 9.75 10.47 29.94 -
YUV 77.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 17 95 149 0.89 0.36 0 0.42 204.55 0.8 0.33
Hex 11 5F 95 59 24 0 2A CD 50 21
Octal 21 137 225 131 44 0 52 315 120 41
Binary 10001 1011111 10010101 1011001 100100 0 101010 11001101 1010000 100001

Color Harmonies of #115F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115F95

Black with #115F95

Text Example


Text Example

White with #115F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,95,149); }

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

background-color css

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

 a { background-color: rgb(17,95,149); }

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

border-color css

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

 span { border-color: rgb(17,95,149); }

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