Html Css Color HEX #115672 Orient

📋 copy color: '#115672'

red 17 ◦ green 86 ◦ blue 114

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

Shades of Orient #115672

Tints of Orient #115672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 7.83%
G = 39.63%
B = 52.53%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115672 (or 0x115672) is known color: Orient. HEX triplet: 11, 56 and 72. RGB value is (17,86,114). Sum of RGB (Red+Green+Blue) = 17+86+114=217 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.83% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #115672 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115672 is #EEA98D. Grayscale: #444444. Windows color (decimal): -15640974 or 7493137. OLE color: 7493137.

HSL color Cylindrical-coordinate representation of color #115672: hue angle of 197.32º 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 #115672 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 86 114 -
CMYK 0.85 0.25 0 0.55
HSL 197.32º 0.74% 0.26% -
HSV(B) 197.32º 0.85% 0.45% -
XYZ 6.6 7.99 17.11 -
YUV 68.56 153.64 91.22 -
System Red Green Blue C M Y K H S L
Decimal 17 86 114 0.85 0.25 0 0.55 197.32 0.74 0.26
Hex 11 56 72 55 19 0 37 C5 4A 1A
Octal 21 126 162 125 31 0 67 305 112 32
Binary 10001 1010110 1110010 1010101 11001 0 110111 11000101 1001010 11010

Color Harmonies of #115672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115672

Black with #115672

Text Example


Text Example

White with #115672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115672; }

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

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

background-color css

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

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

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

border-color css

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

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

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