Html Css Color HEX #115A77 Orient

📋 copy color: '#115A77'

red 17 ◦ green 90 ◦ blue 119

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

Shades of Orient #115A77

Tints of Orient #115A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.82%

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

R = 7.52%
G = 39.82%
B = 52.65%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115A77 (or 0x115A77) is known color: Orient. HEX triplet: 11, 5A and 77. RGB value is (17,90,119). Sum of RGB (Red+Green+Blue) = 17+90+119=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #115A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A77 is #EEA588. Grayscale: #474747. Windows color (decimal): -15639945 or 7821841. OLE color: 7821841.

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

Color convert

RGB 17 90 119 -
CMYK 0.86 0.24 0 0.53
HSL 197.06º 0.75% 0.27% -
HSV(B) 197.06º 0.86% 0.47% -
XYZ 7.22 8.76 18.76 -
YUV 71.48 154.82 89.14 -
System Red Green Blue C M Y K H S L
Decimal 17 90 119 0.86 0.24 0 0.53 197.06 0.75 0.27
Hex 11 5A 77 56 18 0 35 C5 4B 1B
Octal 21 132 167 126 30 0 65 305 113 33
Binary 10001 1011010 1110111 1010110 11000 0 110101 11000101 1001011 11011

Color Harmonies of #115A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A77

Black with #115A77

Text Example


Text Example

White with #115A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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