Html Css Color HEX #115694 Endeavour

📋 copy color: '#115694'

red 17 ◦ green 86 ◦ blue 148

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

Shades of Endeavour #115694

Tints of Endeavour #115694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

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

R = 6.77%
G = 34.26%
B = 58.96%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115694 (or 0x115694) is known color: Endeavour. HEX triplet: 11, 56 and 94. RGB value is (17,86,148). Sum of RGB (Red+Green+Blue) = 17+86+148=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #115694 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115694 is #EEA96B. Grayscale: #484848. Windows color (decimal): -15640940 or 9721361. OLE color: 9721361.

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

Color convert

RGB 17 86 148 -
CMYK 0.89 0.42 0 0.42
HSL 208.4º 0.79% 0.32% -
HSV(B) 208.4º 0.89% 0.58% -
XYZ 8.9 8.91 29.27 -
YUV 72.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 17 86 148 0.89 0.42 0 0.42 208.4 0.79 0.32
Hex 11 56 94 59 2A 0 2A D0 4F 20
Octal 21 126 224 131 52 0 52 320 117 40
Binary 10001 1010110 10010100 1011001 101010 0 101010 11010000 1001111 100000

Color Harmonies of #115694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115694

Black with #115694

Text Example


Text Example

White with #115694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115694; }

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

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

background-color css

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

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

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

border-color css

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

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

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