Html Css Color HEX #115D94 Endeavour

📋 copy color: '#115D94'

red 17 ◦ green 93 ◦ blue 148

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

Shades of Endeavour #115D94

Tints of Endeavour #115D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.05%

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

R = 6.59%
G = 36.05%
B = 57.36%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115D94 (or 0x115D94) is known color: Endeavour. HEX triplet: 11, 5D and 94. RGB value is (17,93,148). Sum of RGB (Red+Green+Blue) = 17+93+148=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 93 (36.72% from 255 or 36.05% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #115D94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115D94 is #EEA26B. Grayscale: #4C4C4C. Windows color (decimal): -15639148 or 9723153. OLE color: 9723153.

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

Color convert

RGB 17 93 148 -
CMYK 0.89 0.37 0 0.42
HSL 205.19º 0.79% 0.32% -
HSV(B) 205.19º 0.89% 0.58% -
XYZ 9.49 10.09 29.46 -
YUV 76.55 168.32 85.53 -
System Red Green Blue C M Y K H S L
Decimal 17 93 148 0.89 0.37 0 0.42 205.19 0.79 0.32
Hex 11 5D 94 59 25 0 2A CD 4F 20
Octal 21 135 224 131 45 0 52 315 117 40
Binary 10001 1011101 10010100 1011001 100101 0 101010 11001101 1001111 100000

Color Harmonies of #115D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115D94

Black with #115D94

Text Example


Text Example

White with #115D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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