Html Css Color HEX #115771 Orient

📋 copy color: '#115771'

red 17 ◦ green 87 ◦ blue 113

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

Shades of Orient #115771

Tints of Orient #115771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

 BLUE value IS 113 (44.53% from 255) = 52.07%

R = 7.83%
G = 40.09%
B = 52.07%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115771 (or 0x115771) is known color: Orient. HEX triplet: 11, 57 and 71. RGB value is (17,87,113). Sum of RGB (Red+Green+Blue) = 17+87+113=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #115771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115771 is #EEA88E. Grayscale: #444444. Windows color (decimal): -15640719 or 7427857. OLE color: 7427857.

HSL color Cylindrical-coordinate representation of color #115771: hue angle of 196.25º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115771 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 87 113 -
CMYK 0.85 0.23 0 0.56
HSL 196.25º 0.74% 0.25% -
HSV(B) 196.25º 0.85% 0.44% -
XYZ 6.62 8.13 16.84 -
YUV 69.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 17 87 113 0.85 0.23 0 0.56 196.25 0.74 0.25
Hex 11 57 71 55 17 0 38 C4 4A 19
Octal 21 127 161 125 27 0 70 304 112 31
Binary 10001 1010111 1110001 1010101 10111 0 111000 11000100 1001010 11001

Color Harmonies of #115771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115771

Black with #115771

Text Example


Text Example

White with #115771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115771; }

 p { color: rgb(17,87,113); }

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

background-color css

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

 a { background-color: rgb(17,87,113); }

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

border-color css

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

 span { border-color: rgb(17,87,113); }

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