Html Css Color HEX #115594 Endeavour

📋 copy color: '#115594'

red 17 ◦ green 85 ◦ blue 148

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

Shades of Endeavour #115594

Tints of Endeavour #115594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 6.8%
G = 34%
B = 59.2%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115594 (or 0x115594) is known color: Endeavour. HEX triplet: 11, 55 and 94. RGB value is (17,85,148). Sum of RGB (Red+Green+Blue) = 17+85+148=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #115594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115594 is #EEAA6B. Grayscale: #474747. Windows color (decimal): -15641196 or 9721105. OLE color: 9721105.

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

Color convert

RGB 17 85 148 -
CMYK 0.89 0.43 0 0.42
HSL 208.86º 0.79% 0.32% -
HSV(B) 208.86º 0.89% 0.58% -
XYZ 8.82 8.75 29.24 -
YUV 71.85 170.97 88.88 -
System Red Green Blue C M Y K H S L
Decimal 17 85 148 0.89 0.43 0 0.42 208.86 0.79 0.32
Hex 11 55 94 59 2B 0 2A D1 4F 20
Octal 21 125 224 131 53 0 52 321 117 40
Binary 10001 1010101 10010100 1011001 101011 0 101010 11010001 1001111 100000

Color Harmonies of #115594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115594

Black with #115594

Text Example


Text Example

White with #115594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115594; }

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

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

background-color css

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

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

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

border-color css

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

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

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