Html Css Color HEX #115397 Endeavour

📋 copy color: '#115397'

red 17 ◦ green 83 ◦ blue 151

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

Shades of Endeavour #115397

Tints of Endeavour #115397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 60.16%

R = 6.77%
G = 33.07%
B = 60.16%

CMYK

 C value IS 0.89

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#115397 (or 0x115397) is known color: Endeavour. HEX triplet: 11, 53 and 97. RGB value is (17,83,151). Sum of RGB (Red+Green+Blue) = 17+83+151=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #115397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115397 is #EEAC68. Grayscale: #464646. Windows color (decimal): -15641705 or 9917201. OLE color: 9917201.

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

Color convert

RGB 17 83 151 -
CMYK 0.89 0.45 0 0.41
HSL 210.45º 0.8% 0.33% -
HSV(B) 210.45º 0.89% 0.59% -
XYZ 8.91 8.54 30.46 -
YUV 71.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 17 83 151 0.89 0.45 0 0.41 210.45 0.8 0.33
Hex 11 53 97 59 2D 0 29 D2 50 21
Octal 21 123 227 131 55 0 51 322 120 41
Binary 10001 1010011 10010111 1011001 101101 0 101001 11010010 1010000 100001

Color Harmonies of #115397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115397

Black with #115397

Text Example


Text Example

White with #115397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115397; }

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

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

background-color css

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

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

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

border-color css

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

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

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