Html Css Color HEX #115579 Orient

📋 copy color: '#115579'

red 17 ◦ green 85 ◦ blue 121

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

Shades of Orient #115579

Tints of Orient #115579

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.12%

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

R = 7.62%
G = 38.12%
B = 54.26%

CMYK

 C value IS 0.86

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115579 (or 0x115579) is known color: Orient. HEX triplet: 11, 55 and 79. RGB value is (17,85,121). Sum of RGB (Red+Green+Blue) = 17+85+121=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #115579 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115579 is #EEAA86. Grayscale: #444444. Windows color (decimal): -15641223 or 7951633. OLE color: 7951633.

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

Color convert

RGB 17 85 121 -
CMYK 0.86 0.30 0 0.53
HSL 200.77º 0.75% 0.27% -
HSV(B) 200.77º 0.86% 0.47% -
XYZ 6.93 8 19.27 -
YUV 68.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 17 85 121 0.86 0.30 0 0.53 200.77 0.75 0.27
Hex 11 55 79 56 1E 0 35 C9 4B 1B
Octal 21 125 171 126 36 0 65 311 113 33
Binary 10001 1010101 1111001 1010110 11110 0 110101 11001001 1001011 11011

Color Harmonies of #115579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115579

Black with #115579

Text Example


Text Example

White with #115579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115579; }

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

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

background-color css

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

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

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

border-color css

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

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

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