Html Css Color HEX #115675 Orient

📋 copy color: '#115675'

red 17 ◦ green 86 ◦ blue 117

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

Shades of Orient #115675

Tints of Orient #115675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 117 (46.09% from 255) = 53.18%

R = 7.73%
G = 39.09%
B = 53.18%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115675 (or 0x115675) is known color: Orient. HEX triplet: 11, 56 and 75. RGB value is (17,86,117). Sum of RGB (Red+Green+Blue) = 17+86+117=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 117 (46.09% from 255 or 53.18% from 220); Max value from RGB is 117 - color contains mainly: blue. Hex color #115675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115675 is #EEA98A. Grayscale: #444444. Windows color (decimal): -15640971 or 7689745. OLE color: 7689745.

HSL color Cylindrical-coordinate representation of color #115675: hue angle of 198.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115675 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 86 117 -
CMYK 0.85 0.26 0 0.54
HSL 198.6º 0.75% 0.26% -
HSV(B) 198.6º 0.85% 0.46% -
XYZ 6.77 8.06 18.03 -
YUV 68.9 155.14 90.98 -
System Red Green Blue C M Y K H S L
Decimal 17 86 117 0.85 0.26 0 0.54 198.6 0.75 0.26
Hex 11 56 75 55 1A 0 36 C7 4B 1A
Octal 21 126 165 125 32 0 66 307 113 32
Binary 10001 1010110 1110101 1010101 11010 0 110110 11000111 1001011 11010

Color Harmonies of #115675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115675

Black with #115675

Text Example


Text Example

White with #115675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115675; }

 p { color: rgb(17,86,117); }

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

background-color css

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

 a { background-color: rgb(17,86,117); }

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

border-color css

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

 span { border-color: rgb(17,86,117); }

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