Html Css Color HEX #115E81 Allports

📋 copy color: '#115E81'

red 17 ◦ green 94 ◦ blue 129

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

Shades of Allports #115E81

Tints of Allports #115E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.17%

 BLUE value IS 129 (50.78% from 255) = 53.75%

R = 7.08%
G = 39.17%
B = 53.75%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#115E81 (or 0x115E81) is known color: Allports. HEX triplet: 11, 5E and 81. RGB value is (17,94,129). Sum of RGB (Red+Green+Blue) = 17+94+129=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 129 (50.78% from 255 or 53.75% from 240); Max value from RGB is 129 - color contains mainly: blue. Hex color #115E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #115E81 is #EEA17E. Grayscale: #4A4A4A. Windows color (decimal): -15638911 or 8478225. OLE color: 8478225.

HSL color Cylindrical-coordinate representation of color #115E81: hue angle of 198.75º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #115E81 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 17 94 129 -
CMYK 0.87 0.27 0 0.49
HSL 198.75º 0.77% 0.29% -
HSV(B) 198.75º 0.87% 0.51% -
XYZ 8.2 9.71 22.21 -
YUV 74.97 158.49 86.65 -
System Red Green Blue C M Y K H S L
Decimal 17 94 129 0.87 0.27 0 0.49 198.75 0.77 0.29
Hex 11 5E 81 57 1B 0 31 C7 4D 1D
Octal 21 136 201 127 33 0 61 307 115 35
Binary 10001 1011110 10000001 1010111 11011 0 110001 11000111 1001101 11101

Color Harmonies of #115E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E81

Black with #115E81

Text Example


Text Example

White with #115E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115E81; }

 p { color: rgb(17,94,129); }

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

background-color css

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

 a { background-color: rgb(17,94,129); }

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

border-color css

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

 span { border-color: rgb(17,94,129); }

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