Html Css Color HEX #115395 Endeavour

📋 copy color: '#115395'

red 17 ◦ green 83 ◦ blue 149

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

Shades of Endeavour #115395

Tints of Endeavour #115395

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 149 (58.59% from 255) = 59.84%

R = 6.83%
G = 33.33%
B = 59.84%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115395 (or 0x115395) is known color: Endeavour. HEX triplet: 11, 53 and 95. RGB value is (17,83,149). Sum of RGB (Red+Green+Blue) = 17+83+149=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #115395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115395 is #EEAC6A. Grayscale: #464646. Windows color (decimal): -15641707 or 9786129. OLE color: 9786129.

HSL color Cylindrical-coordinate representation of color #115395: hue angle of 210º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #115395 is Cyan = 0.89, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 83 149 -
CMYK 0.89 0.44 0 0.42
HSL 210º 0.8% 0.33% -
HSV(B) 210º 0.89% 0.58% -
XYZ 8.75 8.48 29.61 -
YUV 70.79 172.13 89.63 -
System Red Green Blue C M Y K H S L
Decimal 17 83 149 0.89 0.44 0 0.42 210 0.8 0.33
Hex 11 53 95 59 2C 0 2A D2 50 21
Octal 21 123 225 131 54 0 52 322 120 41
Binary 10001 1010011 10010101 1011001 101100 0 101010 11010010 1010000 100001

Color Harmonies of #115395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115395

Black with #115395

Text Example


Text Example

White with #115395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115395; }

 p { color: rgb(17,83,149); }

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

background-color css

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

 a { background-color: rgb(17,83,149); }

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

border-color css

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

 span { border-color: rgb(17,83,149); }

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