Html Css Color HEX #115779 Orient

📋 copy color: '#115779'

red 17 ◦ green 87 ◦ blue 121

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

Shades of Orient #115779

Tints of Orient #115779

RGB

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

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

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

R = 7.56%
G = 38.67%
B = 53.78%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115779 (or 0x115779) is known color: Orient. HEX triplet: 11, 57 and 79. RGB value is (17,87,121). Sum of RGB (Red+Green+Blue) = 17+87+121=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #115779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115779 is #EEA886. Grayscale: #454545. Windows color (decimal): -15640711 or 7952145. OLE color: 7952145.

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

Color convert

RGB 17 87 121 -
CMYK 0.86 0.28 0 0.53
HSL 199.62º 0.75% 0.27% -
HSV(B) 199.62º 0.86% 0.47% -
XYZ 7.09 8.32 19.32 -
YUV 69.95 156.81 90.24 -
System Red Green Blue C M Y K H S L
Decimal 17 87 121 0.86 0.28 0 0.53 199.62 0.75 0.27
Hex 11 57 79 56 1C 0 35 C8 4B 1B
Octal 21 127 171 126 34 0 65 310 113 33
Binary 10001 1010111 1111001 1010110 11100 0 110101 11001000 1001011 11011

Color Harmonies of #115779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115779

Black with #115779

Text Example


Text Example

White with #115779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115779; }

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

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

background-color css

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

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

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

border-color css

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

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

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