Html Css Color HEX #115774 Orient

📋 copy color: '#115774'

red 17 ◦ green 87 ◦ blue 116

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

Shades of Orient #115774

Tints of Orient #115774

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.55%

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

R = 7.73%
G = 39.55%
B = 52.73%

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

#115774 (or 0x115774) is known color: Orient. HEX triplet: 11, 57 and 74. RGB value is (17,87,116). Sum of RGB (Red+Green+Blue) = 17+87+116=220 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.73% from 220); Green value is 87 (34.38% from 255 or 39.55% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #115774 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115774 is #EEA88B. Grayscale: #454545. Windows color (decimal): -15640716 or 7624465. OLE color: 7624465.

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

Color convert

RGB 17 87 116 -
CMYK 0.85 0.25 0 0.55
HSL 197.58º 0.74% 0.26% -
HSV(B) 197.58º 0.85% 0.45% -
XYZ 6.79 8.2 17.75 -
YUV 69.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 17 87 116 0.85 0.25 0 0.55 197.58 0.74 0.26
Hex 11 57 74 55 19 0 37 C6 4A 1A
Octal 21 127 164 125 31 0 67 306 112 32
Binary 10001 1010111 1110100 1010101 11001 0 110111 11000110 1001010 11010

Color Harmonies of #115774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115774

Black with #115774

Text Example


Text Example

White with #115774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115774; }

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

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

background-color css

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

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

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

border-color css

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

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

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