Html Css Color HEX #115A78 Orient

📋 copy color: '#115A78'

red 17 ◦ green 90 ◦ blue 120

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

Shades of Orient #115A78

Tints of Orient #115A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 39.65%

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

R = 7.49%
G = 39.65%
B = 52.86%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115A78 (or 0x115A78) is known color: Orient. HEX triplet: 11, 5A and 78. RGB value is (17,90,120). Sum of RGB (Red+Green+Blue) = 17+90+120=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #115A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A78 is #EEA587. Grayscale: #474747. Windows color (decimal): -15639944 or 7887377. OLE color: 7887377.

HSL color Cylindrical-coordinate representation of color #115A78: hue angle of 197.48º 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 #115A78 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 90 120 -
CMYK 0.86 0.25 0 0.53
HSL 197.48º 0.75% 0.27% -
HSV(B) 197.48º 0.86% 0.47% -
XYZ 7.28 8.79 19.08 -
YUV 71.59 155.32 89.06 -
System Red Green Blue C M Y K H S L
Decimal 17 90 120 0.86 0.25 0 0.53 197.48 0.75 0.27
Hex 11 5A 78 56 19 0 35 C5 4B 1B
Octal 21 132 170 126 31 0 65 305 113 33
Binary 10001 1011010 1111000 1010110 11001 0 110101 11000101 1001011 11011

Color Harmonies of #115A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115A78

Black with #115A78

Text Example


Text Example

White with #115A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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