Html Css Color HEX #115A7C Orient

📋 copy color: '#115A7C'

red 17 ◦ green 90 ◦ blue 124

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

Shades of Orient #115A7C

Tints of Orient #115A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 53.68%

R = 7.36%
G = 38.96%
B = 53.68%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#115A7C (or 0x115A7C) is known color: Orient. HEX triplet: 11, 5A and 7C. RGB value is (17,90,124). Sum of RGB (Red+Green+Blue) = 17+90+124=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 124 (48.83% from 255 or 53.68% from 231); Max value from RGB is 124 - color contains mainly: blue. Hex color #115A7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A7C is #EEA583. Grayscale: #474747. Windows color (decimal): -15639940 or 8149521. OLE color: 8149521.

HSL color Cylindrical-coordinate representation of color #115A7C: hue angle of 199.07º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #115A7C is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 90 124 -
CMYK 0.86 0.27 0 0.51
HSL 199.07º 0.76% 0.28% -
HSV(B) 199.07º 0.86% 0.49% -
XYZ 7.53 8.89 20.39 -
YUV 72.05 157.32 88.74 -
System Red Green Blue C M Y K H S L
Decimal 17 90 124 0.86 0.27 0 0.51 199.07 0.76 0.28
Hex 11 5A 7C 56 1B 0 33 C7 4C 1C
Octal 21 132 174 126 33 0 63 307 114 34
Binary 10001 1011010 1111100 1010110 11011 0 110011 11000111 1001100 11100

Color Harmonies of #115A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A7C

Black with #115A7C

Text Example


Text Example

White with #115A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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