Html Css Color HEX #115777 Orient

📋 copy color: '#115777'

red 17 ◦ green 87 ◦ blue 119

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

Shades of Orient #115777

Tints of Orient #115777

RGB

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

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

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

R = 7.62%
G = 39.01%
B = 53.36%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115777 (or 0x115777) is known color: Orient. HEX triplet: 11, 57 and 77. RGB value is (17,87,119). Sum of RGB (Red+Green+Blue) = 17+87+119=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #115777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115777 is #EEA888. Grayscale: #454545. Windows color (decimal): -15640713 or 7821073. OLE color: 7821073.

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

Color convert

RGB 17 87 119 -
CMYK 0.86 0.27 0 0.53
HSL 198.82º 0.75% 0.27% -
HSV(B) 198.82º 0.86% 0.47% -
XYZ 6.97 8.27 18.68 -
YUV 69.72 155.81 90.4 -
System Red Green Blue C M Y K H S L
Decimal 17 87 119 0.86 0.27 0 0.53 198.82 0.75 0.27
Hex 11 57 77 56 1B 0 35 C7 4B 1B
Octal 21 127 167 126 33 0 65 307 113 33
Binary 10001 1010111 1110111 1010110 11011 0 110101 11000111 1001011 11011

Color Harmonies of #115777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115777

Black with #115777

Text Example


Text Example

White with #115777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115777; }

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

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

background-color css

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

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

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

border-color css

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

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

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