Html Css Color HEX #115476 Orient

📋 copy color: '#115476'

red 17 ◦ green 84 ◦ blue 118

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

Shades of Orient #115476

Tints of Orient #115476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 7.76%
G = 38.36%
B = 53.88%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115476 (or 0x115476) is known color: Orient. HEX triplet: 11, 54 and 76. RGB value is (17,84,118). Sum of RGB (Red+Green+Blue) = 17+84+118=219 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.76% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #115476 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115476 is #EEAB89. Grayscale: #434343. Windows color (decimal): -15641482 or 7754769. OLE color: 7754769.

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

Color convert

RGB 17 84 118 -
CMYK 0.86 0.29 0 0.54
HSL 200.2º 0.75% 0.26% -
HSV(B) 200.2º 0.86% 0.46% -
XYZ 6.67 7.77 18.29 -
YUV 67.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 17 84 118 0.86 0.29 0 0.54 200.2 0.75 0.26
Hex 11 54 76 56 1D 0 36 C8 4B 1A
Octal 21 124 166 126 35 0 66 310 113 32
Binary 10001 1010100 1110110 1010110 11101 0 110110 11001000 1001011 11010

Color Harmonies of #115476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115476

Black with #115476

Text Example


Text Example

White with #115476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115476; }

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

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

background-color css

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

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

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

border-color css

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

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

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