Html Css Color HEX #115A75 Orient

📋 copy color: '#115A75'

red 17 ◦ green 90 ◦ blue 117

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

Shades of Orient #115A75

Tints of Orient #115A75

RGB

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

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

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

R = 7.59%
G = 40.18%
B = 52.23%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115A75 (or 0x115A75) is known color: Orient. HEX triplet: 11, 5A and 75. RGB value is (17,90,117). Sum of RGB (Red+Green+Blue) = 17+90+117=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #115A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A75 is #EEA58A. Grayscale: #474747. Windows color (decimal): -15639947 or 7690769. OLE color: 7690769.

HSL color Cylindrical-coordinate representation of color #115A75: hue angle of 196.2º 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 #115A75 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 90 117 -
CMYK 0.85 0.23 0 0.54
HSL 196.2º 0.75% 0.26% -
HSV(B) 196.2º 0.85% 0.46% -
XYZ 7.1 8.72 18.14 -
YUV 71.25 153.82 89.3 -
System Red Green Blue C M Y K H S L
Decimal 17 90 117 0.85 0.23 0 0.54 196.2 0.75 0.26
Hex 11 5A 75 55 17 0 36 C4 4B 1A
Octal 21 132 165 125 27 0 66 304 113 32
Binary 10001 1011010 1110101 1010101 10111 0 110110 11000100 1001011 11010

Color Harmonies of #115A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A75

Black with #115A75

Text Example


Text Example

White with #115A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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