Html Css Color HEX #115790 Endeavour

📋 copy color: '#115790'

red 17 ◦ green 87 ◦ blue 144

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

Shades of Endeavour #115790

Tints of Endeavour #115790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.08%

 BLUE value IS 144 (56.64% from 255) = 58.06%

R = 6.85%
G = 35.08%
B = 58.06%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#115790 (or 0x115790) is known color: Endeavour. HEX triplet: 11, 57 and 90. RGB value is (17,87,144). Sum of RGB (Red+Green+Blue) = 17+87+144=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #115790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115790 is #EEA86F. Grayscale: #484848. Windows color (decimal): -15640688 or 9459473. OLE color: 9459473.

HSL color Cylindrical-coordinate representation of color #115790: hue angle of 206.93º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #115790 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 87 144 -
CMYK 0.88 0.40 0 0.44
HSL 206.93º 0.79% 0.32% -
HSV(B) 206.93º 0.88% 0.56% -
XYZ 8.67 8.95 27.66 -
YUV 72.57 168.31 88.37 -
System Red Green Blue C M Y K H S L
Decimal 17 87 144 0.88 0.40 0 0.44 206.93 0.79 0.32
Hex 11 57 90 58 28 0 2C CF 4F 20
Octal 21 127 220 130 50 0 54 317 117 40
Binary 10001 1010111 10010000 1011000 101000 0 101100 11001111 1001111 100000

Color Harmonies of #115790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115790

Black with #115790

Text Example


Text Example

White with #115790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115790; }

 p { color: rgb(17,87,144); }

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

background-color css

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

 a { background-color: rgb(17,87,144); }

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

border-color css

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

 span { border-color: rgb(17,87,144); }

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