Html Css Color HEX #115674 Orient

📋 copy color: '#115674'

red 17 ◦ green 86 ◦ blue 116

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

Shades of Orient #115674

Tints of Orient #115674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 7.76%
G = 39.27%
B = 52.97%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115674 (or 0x115674) is known color: Orient. HEX triplet: 11, 56 and 74. RGB value is (17,86,116). Sum of RGB (Red+Green+Blue) = 17+86+116=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #115674 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115674 is #EEA98B. Grayscale: #444444. Windows color (decimal): -15640972 or 7624209. OLE color: 7624209.

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

Color convert

RGB 17 86 116 -
CMYK 0.85 0.26 0 0.55
HSL 198.18º 0.74% 0.26% -
HSV(B) 198.18º 0.85% 0.45% -
XYZ 6.71 8.04 17.72 -
YUV 68.79 154.64 91.06 -
System Red Green Blue C M Y K H S L
Decimal 17 86 116 0.85 0.26 0 0.55 198.18 0.74 0.26
Hex 11 56 74 55 1A 0 37 C6 4A 1A
Octal 21 126 164 125 32 0 67 306 112 32
Binary 10001 1010110 1110100 1010101 11010 0 110111 11000110 1001010 11010

Color Harmonies of #115674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115674

Black with #115674

Text Example


Text Example

White with #115674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115674; }

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

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

background-color css

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

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

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

border-color css

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

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

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