Html Css Color HEX #115C7D Orient

📋 copy color: '#115C7D'

red 17 ◦ green 92 ◦ blue 125

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

Shades of Orient #115C7D

Tints of Orient #115C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.32%

 BLUE value IS 125 (49.22% from 255) = 53.42%

R = 7.26%
G = 39.32%
B = 53.42%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#115C7D (or 0x115C7D) is known color: Orient. HEX triplet: 11, 5C and 7D. RGB value is (17,92,125). Sum of RGB (Red+Green+Blue) = 17+92+125=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #115C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C7D is #EEA382. Grayscale: #494949. Windows color (decimal): -15639427 or 8215569. OLE color: 8215569.

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

Color convert

RGB 17 92 125 -
CMYK 0.86 0.26 0 0.51
HSL 198.33º 0.76% 0.28% -
HSV(B) 198.33º 0.86% 0.49% -
XYZ 7.76 9.25 20.78 -
YUV 73.34 157.15 87.82 -
System Red Green Blue C M Y K H S L
Decimal 17 92 125 0.86 0.26 0 0.51 198.33 0.76 0.28
Hex 11 5C 7D 56 1A 0 33 C6 4C 1C
Octal 21 134 175 126 32 0 63 306 114 34
Binary 10001 1011100 1111101 1010110 11010 0 110011 11000110 1001100 11100

Color Harmonies of #115C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115C7D

Black with #115C7D

Text Example


Text Example

White with #115C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,92,125); }

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

background-color css

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

 a { background-color: rgb(17,92,125); }

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

border-color css

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

 span { border-color: rgb(17,92,125); }

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