Html Css Color HEX #115978 Orient

📋 copy color: '#115978'

red 17 ◦ green 89 ◦ blue 120

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

Shades of Orient #115978

Tints of Orient #115978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 53.1%

R = 7.52%
G = 39.38%
B = 53.1%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115978 (or 0x115978) is known color: Orient. HEX triplet: 11, 59 and 78. RGB value is (17,89,120). Sum of RGB (Red+Green+Blue) = 17+89+120=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #115978 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115978 is #EEA687. Grayscale: #464646. Windows color (decimal): -15640200 or 7887121. OLE color: 7887121.

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

Color convert

RGB 17 89 120 -
CMYK 0.86 0.26 0 0.53
HSL 198.06º 0.75% 0.27% -
HSV(B) 198.06º 0.86% 0.47% -
XYZ 7.19 8.62 19.05 -
YUV 71.01 155.65 89.48 -
System Red Green Blue C M Y K H S L
Decimal 17 89 120 0.86 0.26 0 0.53 198.06 0.75 0.27
Hex 11 59 78 56 1A 0 35 C6 4B 1B
Octal 21 131 170 126 32 0 65 306 113 33
Binary 10001 1011001 1111000 1010110 11010 0 110101 11000110 1001011 11011

Color Harmonies of #115978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115978

Black with #115978

Text Example


Text Example

White with #115978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115978; }

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

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

background-color css

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

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

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

border-color css

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

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

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