Html Css Color HEX #115B94 Endeavour

📋 copy color: '#115B94'

red 17 ◦ green 91 ◦ blue 148

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

Shades of Endeavour #115B94

Tints of Endeavour #115B94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 6.64%
G = 35.55%
B = 57.81%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115B94 (or 0x115B94) is known color: Endeavour. HEX triplet: 11, 5B and 94. RGB value is (17,91,148). Sum of RGB (Red+Green+Blue) = 17+91+148=256 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.64% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #115B94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115B94 is #EEA46B. Grayscale: #4B4B4B. Windows color (decimal): -15639660 or 9722641. OLE color: 9722641.

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

Color convert

RGB 17 91 148 -
CMYK 0.89 0.39 0 0.42
HSL 206.11º 0.79% 0.32% -
HSV(B) 206.11º 0.89% 0.58% -
XYZ 9.32 9.74 29.41 -
YUV 75.37 168.98 86.37 -
System Red Green Blue C M Y K H S L
Decimal 17 91 148 0.89 0.39 0 0.42 206.11 0.79 0.32
Hex 11 5B 94 59 27 0 2A CE 4F 20
Octal 21 133 224 131 47 0 52 316 117 40
Binary 10001 1011011 10010100 1011001 100111 0 101010 11001110 1001111 100000

Color Harmonies of #115B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B94

Black with #115B94

Text Example


Text Example

White with #115B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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