Html Css Color HEX #115B7C Orient

📋 copy color: '#115B7C'

red 17 ◦ green 91 ◦ blue 124

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

Shades of Orient #115B7C

Tints of Orient #115B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 39.22%

 BLUE value IS 124 (48.83% from 255) = 53.45%

R = 7.33%
G = 39.22%
B = 53.45%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#115B7C (or 0x115B7C) is known color: Orient. HEX triplet: 11, 5B and 7C. RGB value is (17,91,124). Sum of RGB (Red+Green+Blue) = 17+91+124=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #115B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115B7C is #EEA483. Grayscale: #484848. Windows color (decimal): -15639684 or 8149777. OLE color: 8149777.

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

Color convert

RGB 17 91 124 -
CMYK 0.86 0.27 0 0.51
HSL 198.5º 0.76% 0.28% -
HSV(B) 198.5º 0.86% 0.49% -
XYZ 7.61 9.06 20.42 -
YUV 72.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 17 91 124 0.86 0.27 0 0.51 198.5 0.76 0.28
Hex 11 5B 7C 56 1B 0 33 C7 4C 1C
Octal 21 133 174 126 33 0 63 307 114 34
Binary 10001 1011011 1111100 1010110 11011 0 110011 11000111 1001100 11100

Color Harmonies of #115B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115B7C

Black with #115B7C

Text Example


Text Example

White with #115B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,91,124); }

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

background-color css

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

 a { background-color: rgb(17,91,124); }

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

border-color css

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

 span { border-color: rgb(17,91,124); }

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