Html Css Color HEX #115974 Orient

📋 copy color: '#115974'

red 17 ◦ green 89 ◦ blue 116

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

Shades of Orient #115974

Tints of Orient #115974

RGB

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

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

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

R = 7.66%
G = 40.09%
B = 52.25%

CMYK

 C value IS 0.85

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115974 (or 0x115974) is known color: Orient. HEX triplet: 11, 59 and 74. RGB value is (17,89,116). Sum of RGB (Red+Green+Blue) = 17+89+116=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 116 (45.70% from 255 or 52.25% from 222); Max value from RGB is 116 - color contains mainly: blue. Hex color #115974 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115974 is #EEA68B. Grayscale: #464646. Windows color (decimal): -15640204 or 7624977. OLE color: 7624977.

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

Color convert

RGB 17 89 116 -
CMYK 0.85 0.23 0 0.55
HSL 196.36º 0.74% 0.26% -
HSV(B) 196.36º 0.85% 0.45% -
XYZ 6.96 8.52 17.8 -
YUV 70.55 153.65 89.8 -
System Red Green Blue C M Y K H S L
Decimal 17 89 116 0.85 0.23 0 0.55 196.36 0.74 0.26
Hex 11 59 74 55 17 0 37 C4 4A 1A
Octal 21 131 164 125 27 0 67 304 112 32
Binary 10001 1011001 1110100 1010101 10111 0 110111 11000100 1001010 11010

Color Harmonies of #115974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115974

Black with #115974

Text Example


Text Example

White with #115974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115974; }

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

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

background-color css

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

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

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

border-color css

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

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

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