Html Css Color HEX #115478 Orient

📋 copy color: '#115478'

red 17 ◦ green 84 ◦ blue 120

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

Shades of Orient #115478

Tints of Orient #115478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.01%

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

R = 7.69%
G = 38.01%
B = 54.3%

CMYK

 C value IS 0.86

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#115478 (or 0x115478) is known color: Orient. HEX triplet: 11, 54 and 78. RGB value is (17,84,120). Sum of RGB (Red+Green+Blue) = 17+84+120=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 84 (33.20% from 255 or 38.01% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #115478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115478 is #EEAB87. Grayscale: #434343. Windows color (decimal): -15641480 or 7885841. OLE color: 7885841.

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

Color convert

RGB 17 84 120 -
CMYK 0.86 0.3 0 0.53
HSL 200.97º 0.75% 0.27% -
HSV(B) 200.97º 0.86% 0.47% -
XYZ 6.79 7.82 18.92 -
YUV 68.07 157.3 91.57 -
System Red Green Blue C M Y K H S L
Decimal 17 84 120 0.86 0.3 0 0.53 200.97 0.75 0.27
Hex 11 54 78 56 1E 0 35 C9 4B 1B
Octal 21 124 170 126 36 0 65 311 113 33
Binary 10001 1010100 1111000 1010110 11110 0 110101 11001001 1001011 11011

Color Harmonies of #115478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115478

Black with #115478

Text Example


Text Example

White with #115478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115478; }

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

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

background-color css

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

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

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

border-color css

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

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

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