Html Css Color HEX #115B92 Endeavour

📋 copy color: '#115B92'

red 17 ◦ green 91 ◦ blue 146

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

Shades of Endeavour #115B92

Tints of Endeavour #115B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 6.69%
G = 35.83%
B = 57.48%

CMYK

 C value IS 0.88

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115B92 (or 0x115B92) is known color: Endeavour. HEX triplet: 11, 5B and 92. RGB value is (17,91,146). Sum of RGB (Red+Green+Blue) = 17+91+146=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 91 (35.94% from 255 or 35.83% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #115B92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B92 is #EEA46D. Grayscale: #4A4A4A. Windows color (decimal): -15639662 or 9591569. OLE color: 9591569.

HSL color Cylindrical-coordinate representation of color #115B92: hue angle of 205.58º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115B92 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 17 91 146 -
CMYK 0.88 0.38 0 0.43
HSL 205.58º 0.79% 0.32% -
HSV(B) 205.58º 0.88% 0.57% -
XYZ 9.16 9.68 28.58 -
YUV 75.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 17 91 146 0.88 0.38 0 0.43 205.58 0.79 0.32
Hex 11 5B 92 58 26 0 2B CE 4F 20
Octal 21 133 222 130 46 0 53 316 117 40
Binary 10001 1011011 10010010 1011000 100110 0 101011 11001110 1001111 100000

Color Harmonies of #115B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B92

Black with #115B92

Text Example


Text Example

White with #115B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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