Html Css Color HEX #115994 Endeavour

📋 copy color: '#115994'

red 17 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #115994

Tints of Endeavour #115994

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

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

R = 6.69%
G = 35.04%
B = 58.27%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115994 (or 0x115994) is known color: Endeavour. HEX triplet: 11, 59 and 94. RGB value is (17,89,148). Sum of RGB (Red+Green+Blue) = 17+89+148=254 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.69% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #115994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115994 is #EEA66B. Grayscale: #494949. Windows color (decimal): -15640172 or 9722129. OLE color: 9722129.

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

Color convert

RGB 17 89 148 -
CMYK 0.89 0.40 0 0.42
HSL 207.02º 0.79% 0.32% -
HSV(B) 207.02º 0.89% 0.58% -
XYZ 9.15 9.4 29.35 -
YUV 74.2 169.65 87.2 -
System Red Green Blue C M Y K H S L
Decimal 17 89 148 0.89 0.40 0 0.42 207.02 0.79 0.32
Hex 11 59 94 59 28 0 2A CF 4F 20
Octal 21 131 224 131 50 0 52 317 117 40
Binary 10001 1011001 10010100 1011001 101000 0 101010 11001111 1001111 100000

Color Harmonies of #115994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115994

Black with #115994

Text Example


Text Example

White with #115994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115994; }

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

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

background-color css

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

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

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

border-color css

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

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

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