Html Css Color HEX #115976 Orient

📋 copy color: '#115976'

red 17 ◦ green 89 ◦ blue 118

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

Shades of Orient #115976

Tints of Orient #115976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.73%

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 7.59%
G = 39.73%
B = 52.68%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115976 (or 0x115976) is known color: Orient. HEX triplet: 11, 59 and 76. RGB value is (17,89,118). Sum of RGB (Red+Green+Blue) = 17+89+118=224 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.59% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #115976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115976 is #EEA689. Grayscale: #464646. Windows color (decimal): -15640202 or 7756049. OLE color: 7756049.

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

Color convert

RGB 17 89 118 -
CMYK 0.86 0.25 0 0.54
HSL 197.23º 0.75% 0.26% -
HSV(B) 197.23º 0.86% 0.46% -
XYZ 7.07 8.57 18.42 -
YUV 70.78 154.65 89.64 -
System Red Green Blue C M Y K H S L
Decimal 17 89 118 0.86 0.25 0 0.54 197.23 0.75 0.26
Hex 11 59 76 56 19 0 36 C5 4B 1A
Octal 21 131 166 126 31 0 66 305 113 32
Binary 10001 1011001 1110110 1010110 11001 0 110110 11000101 1001011 11010

Color Harmonies of #115976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115976

Black with #115976

Text Example


Text Example

White with #115976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115976; }

 p { color: rgb(17,89,118); }

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

background-color css

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

 a { background-color: rgb(17,89,118); }

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

border-color css

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

 span { border-color: rgb(17,89,118); }

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