Html Css Color HEX #115293 Endeavour

📋 copy color: '#115293'

red 17 ◦ green 82 ◦ blue 147

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

Shades of Endeavour #115293

Tints of Endeavour #115293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.33%

 BLUE value IS 147 (57.81% from 255) = 59.76%

R = 6.91%
G = 33.33%
B = 59.76%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115293 (or 0x115293) is known color: Endeavour. HEX triplet: 11, 52 and 93. RGB value is (17,82,147). Sum of RGB (Red+Green+Blue) = 17+82+147=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #115293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115293 is #EEAD6C. Grayscale: #454545. Windows color (decimal): -15641965 or 9654801. OLE color: 9654801.

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

Color convert

RGB 17 82 147 -
CMYK 0.88 0.44 0 0.42
HSL 210º 0.79% 0.32% -
HSV(B) 210º 0.88% 0.58% -
XYZ 8.51 8.26 28.75 -
YUV 69.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 17 82 147 0.88 0.44 0 0.42 210 0.79 0.32
Hex 11 52 93 58 2C 0 2A D2 4F 20
Octal 21 122 223 130 54 0 52 322 117 40
Binary 10001 1010010 10010011 1011000 101100 0 101010 11010010 1001111 100000

Color Harmonies of #115293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115293

Black with #115293

Text Example


Text Example

White with #115293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115293; }

 p { color: rgb(17,82,147); }

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

background-color css

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

 a { background-color: rgb(17,82,147); }

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

border-color css

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

 span { border-color: rgb(17,82,147); }

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