Html Css Color HEX #115890 Endeavour

📋 copy color: '#115890'

red 17 ◦ green 88 ◦ blue 144

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

Shades of Endeavour #115890

Tints of Endeavour #115890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.34%

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

R = 6.83%
G = 35.34%
B = 57.83%

CMYK

 C value IS 0.88

 M value IS 0.39

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#115890 (or 0x115890) is known color: Endeavour. HEX triplet: 11, 58 and 90. RGB value is (17,88,144). Sum of RGB (Red+Green+Blue) = 17+88+144=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #115890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115890 is #EEA76F. Grayscale: #484848. Windows color (decimal): -15640432 or 9459729. OLE color: 9459729.

HSL color Cylindrical-coordinate representation of color #115890: hue angle of 206.46º 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 #115890 is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 17 88 144 -
CMYK 0.88 0.39 0 0.44
HSL 206.46º 0.79% 0.32% -
HSV(B) 206.46º 0.88% 0.56% -
XYZ 8.75 9.11 27.68 -
YUV 73.16 167.98 87.95 -
System Red Green Blue C M Y K H S L
Decimal 17 88 144 0.88 0.39 0 0.44 206.46 0.79 0.32
Hex 11 58 90 58 27 0 2C CE 4F 20
Octal 21 130 220 130 47 0 54 316 117 40
Binary 10001 1011000 10010000 1011000 100111 0 101100 11001110 1001111 100000

Color Harmonies of #115890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115890

Black with #115890

Text Example


Text Example

White with #115890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115890; }

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

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

background-color css

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

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

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

border-color css

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

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

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