Html Css Color HEX #115770 Orient

📋 copy color: '#115770'

red 17 ◦ green 87 ◦ blue 112

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

Shades of Orient #115770

Tints of Orient #115770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 7.87%
G = 40.28%
B = 51.85%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115770 (or 0x115770) is known color: Orient. HEX triplet: 11, 57 and 70. RGB value is (17,87,112). Sum of RGB (Red+Green+Blue) = 17+87+112=216 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.87% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #115770 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115770 is #EEA88F. Grayscale: #444444. Windows color (decimal): -15640720 or 7362321. OLE color: 7362321.

HSL color Cylindrical-coordinate representation of color #115770: hue angle of 195.79º 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 #115770 is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 87 112 -
CMYK 0.85 0.22 0 0.56
HSL 195.79º 0.74% 0.25% -
HSV(B) 195.79º 0.85% 0.44% -
XYZ 6.56 8.11 16.55 -
YUV 68.92 152.31 90.97 -
System Red Green Blue C M Y K H S L
Decimal 17 87 112 0.85 0.22 0 0.56 195.79 0.74 0.25
Hex 11 57 70 55 16 0 38 C4 4A 19
Octal 21 127 160 125 26 0 70 304 112 31
Binary 10001 1010111 1110000 1010101 10110 0 111000 11000100 1001010 11001

Color Harmonies of #115770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115770

Black with #115770

Text Example


Text Example

White with #115770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115770; }

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

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

background-color css

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

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

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

border-color css

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

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

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