Html Css Color HEX #115394 Endeavour

📋 copy color: '#115394'

red 17 ◦ green 83 ◦ blue 148

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

Shades of Endeavour #115394

Tints of Endeavour #115394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.68%

R = 6.85%
G = 33.47%
B = 59.68%

CMYK

 C value IS 0.89

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#115394 (or 0x115394) is known color: Endeavour. HEX triplet: 11, 53 and 94. RGB value is (17,83,148). Sum of RGB (Red+Green+Blue) = 17+83+148=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #115394 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115394 is #EEAC6B. Grayscale: #464646. Windows color (decimal): -15641708 or 9720593. OLE color: 9720593.

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

Color convert

RGB 17 83 148 -
CMYK 0.89 0.44 0 0.42
HSL 209.77º 0.79% 0.32% -
HSV(B) 209.77º 0.89% 0.58% -
XYZ 8.67 8.44 29.19 -
YUV 70.68 171.63 89.71 -
System Red Green Blue C M Y K H S L
Decimal 17 83 148 0.89 0.44 0 0.42 209.77 0.79 0.32
Hex 11 53 94 59 2C 0 2A D2 4F 20
Octal 21 123 224 131 54 0 52 322 117 40
Binary 10001 1010011 10010100 1011001 101100 0 101010 11010010 1001111 100000

Color Harmonies of #115394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115394

Black with #115394

Text Example


Text Example

White with #115394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115394; }

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

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

background-color css

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

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

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

border-color css

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

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

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