Html Css Color HEX #115392 Endeavour

📋 copy color: '#115392'

red 17 ◦ green 83 ◦ blue 146

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

Shades of Endeavour #115392

Tints of Endeavour #115392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.35%

R = 6.91%
G = 33.74%
B = 59.35%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#115392 (or 0x115392) is known color: Endeavour. HEX triplet: 11, 53 and 92. RGB value is (17,83,146). Sum of RGB (Red+Green+Blue) = 17+83+146=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #115392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115392 is #EEAC6D. Grayscale: #464646. Windows color (decimal): -15641710 or 9589521. OLE color: 9589521.

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

Color convert

RGB 17 83 146 -
CMYK 0.88 0.43 0 0.43
HSL 209.3º 0.79% 0.32% -
HSV(B) 209.3º 0.88% 0.57% -
XYZ 8.51 8.38 28.36 -
YUV 70.45 170.63 89.88 -
System Red Green Blue C M Y K H S L
Decimal 17 83 146 0.88 0.43 0 0.43 209.3 0.79 0.32
Hex 11 53 92 58 2B 0 2B D1 4F 20
Octal 21 123 222 130 53 0 53 321 117 40
Binary 10001 1010011 10010010 1011000 101011 0 101011 11010001 1001111 100000

Color Harmonies of #115392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115392

Black with #115392

Text Example


Text Example

White with #115392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115392; }

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

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

background-color css

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

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

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

border-color css

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

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

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