Html Css Color HEX #115C76 Orient

📋 copy color: '#115C76'

red 17 ◦ green 92 ◦ blue 118

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

Shades of Orient #115C76

Tints of Orient #115C76

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

 BLUE value IS 118 (46.48% from 255) = 51.98%

R = 7.49%
G = 40.53%
B = 51.98%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115C76 (or 0x115C76) is known color: Orient. HEX triplet: 11, 5C and 76. RGB value is (17,92,118). Sum of RGB (Red+Green+Blue) = 17+92+118=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #115C76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C76 is #EEA389. Grayscale: #484848. Windows color (decimal): -15639434 or 7756817. OLE color: 7756817.

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

Color convert

RGB 17 92 118 -
CMYK 0.86 0.22 0 0.54
HSL 195.45º 0.75% 0.26% -
HSV(B) 195.45º 0.86% 0.46% -
XYZ 7.33 9.08 18.51 -
YUV 72.54 153.65 88.39 -
System Red Green Blue C M Y K H S L
Decimal 17 92 118 0.86 0.22 0 0.54 195.45 0.75 0.26
Hex 11 5C 76 56 16 0 36 C3 4B 1A
Octal 21 134 166 126 26 0 66 303 113 32
Binary 10001 1011100 1110110 1010110 10110 0 110110 11000011 1001011 11010

Color Harmonies of #115C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C76

Black with #115C76

Text Example


Text Example

White with #115C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,92,118); }

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

background-color css

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

 a { background-color: rgb(17,92,118); }

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

border-color css

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

 span { border-color: rgb(17,92,118); }

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