Html Css Color HEX #115979 Orient

📋 copy color: '#115979'

red 17 ◦ green 89 ◦ blue 121

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

Shades of Orient #115979

Tints of Orient #115979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 53.3%

R = 7.49%
G = 39.21%
B = 53.3%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115979 (or 0x115979) is known color: Orient. HEX triplet: 11, 59 and 79. RGB value is (17,89,121). Sum of RGB (Red+Green+Blue) = 17+89+121=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 121 (47.66% from 255 or 53.30% from 227); Max value from RGB is 121 - color contains mainly: blue. Hex color #115979 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115979 is #EEA686. Grayscale: #464646. Windows color (decimal): -15640199 or 7952657. OLE color: 7952657.

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

Color convert

RGB 17 89 121 -
CMYK 0.86 0.26 0 0.53
HSL 198.46º 0.75% 0.27% -
HSV(B) 198.46º 0.86% 0.47% -
XYZ 7.25 8.64 19.38 -
YUV 71.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 17 89 121 0.86 0.26 0 0.53 198.46 0.75 0.27
Hex 11 59 79 56 1A 0 35 C6 4B 1B
Octal 21 131 171 126 32 0 65 306 113 33
Binary 10001 1011001 1111001 1010110 11010 0 110101 11000110 1001011 11011

Color Harmonies of #115979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115979

Black with #115979

Text Example


Text Example

White with #115979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115979; }

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

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

background-color css

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

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

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

border-color css

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

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

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