Html Css Color HEX #115E78 Allports

📋 copy color: '#115E78'

red 17 ◦ green 94 ◦ blue 120

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

Shades of Allports #115E78

Tints of Allports #115E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 51.95%

R = 7.36%
G = 40.69%
B = 51.95%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115E78 (or 0x115E78) is known color: Allports. HEX triplet: 11, 5E and 78. RGB value is (17,94,120). Sum of RGB (Red+Green+Blue) = 17+94+120=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #115E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115E78 is #EEA187. Grayscale: #494949. Windows color (decimal): -15638920 or 7888401. OLE color: 7888401.

HSL color Cylindrical-coordinate representation of color #115E78: hue angle of 195.15º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115E78 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 94 120 -
CMYK 0.86 0.22 0 0.53
HSL 195.15º 0.75% 0.27% -
HSV(B) 195.15º 0.86% 0.47% -
XYZ 7.62 9.48 19.2 -
YUV 73.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 17 94 120 0.86 0.22 0 0.53 195.15 0.75 0.27
Hex 11 5E 78 56 16 0 35 C3 4B 1B
Octal 21 136 170 126 26 0 65 303 113 33
Binary 10001 1011110 1111000 1010110 10110 0 110101 11000011 1001011 11011

Color Harmonies of #115E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115E78

Black with #115E78

Text Example


Text Example

White with #115E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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