Html Css Color HEX #115C77 Orient

📋 copy color: '#115C77'

red 17 ◦ green 92 ◦ blue 119

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

Shades of Orient #115C77

Tints of Orient #115C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 52.19%

R = 7.46%
G = 40.35%
B = 52.19%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115C77 (or 0x115C77) is known color: Orient. HEX triplet: 11, 5C and 77. RGB value is (17,92,119). Sum of RGB (Red+Green+Blue) = 17+92+119=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #115C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C77 is #EEA388. Grayscale: #484848. Windows color (decimal): -15639433 or 7822353. OLE color: 7822353.

HSL color Cylindrical-coordinate representation of color #115C77: hue angle of 195.88º 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 #115C77 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 92 119 -
CMYK 0.86 0.23 0 0.53
HSL 195.88º 0.75% 0.27% -
HSV(B) 195.88º 0.86% 0.47% -
XYZ 7.39 9.11 18.82 -
YUV 72.65 154.15 88.3 -
System Red Green Blue C M Y K H S L
Decimal 17 92 119 0.86 0.23 0 0.53 195.88 0.75 0.27
Hex 11 5C 77 56 17 0 35 C4 4B 1B
Octal 21 134 167 126 27 0 65 304 113 33
Binary 10001 1011100 1110111 1010110 10111 0 110101 11000100 1001011 11011

Color Harmonies of #115C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C77

Black with #115C77

Text Example


Text Example

White with #115C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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