Html Css Color HEX #115977 Orient

📋 copy color: '#115977'

red 17 ◦ green 89 ◦ blue 119

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

Shades of Orient #115977

Tints of Orient #115977

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.56%

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

R = 7.56%
G = 39.56%
B = 52.89%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115977 (or 0x115977) is known color: Orient. HEX triplet: 11, 59 and 77. RGB value is (17,89,119). Sum of RGB (Red+Green+Blue) = 17+89+119=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #115977 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115977 is #EEA688. Grayscale: #464646. Windows color (decimal): -15640201 or 7821585. OLE color: 7821585.

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

Color convert

RGB 17 89 119 -
CMYK 0.86 0.25 0 0.53
HSL 197.65º 0.75% 0.27% -
HSV(B) 197.65º 0.86% 0.47% -
XYZ 7.13 8.6 18.74 -
YUV 70.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 17 89 119 0.86 0.25 0 0.53 197.65 0.75 0.27
Hex 11 59 77 56 19 0 35 C6 4B 1B
Octal 21 131 167 126 31 0 65 306 113 33
Binary 10001 1011001 1110111 1010110 11001 0 110101 11000110 1001011 11011

Color Harmonies of #115977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115977

Black with #115977

Text Example


Text Example

White with #115977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115977; }

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

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

background-color css

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

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

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

border-color css

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

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

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