Html Css Color HEX #115373 Orient

📋 copy color: '#115373'

red 17 ◦ green 83 ◦ blue 115

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

Shades of Orient #115373

Tints of Orient #115373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.6%

 BLUE value IS 115 (45.31% from 255) = 53.49%

R = 7.91%
G = 38.6%
B = 53.49%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115373 (or 0x115373) is known color: Orient. HEX triplet: 11, 53 and 73. RGB value is (17,83,115). Sum of RGB (Red+Green+Blue) = 17+83+115=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #115373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115373 is #EEAC8C. Grayscale: #424242. Windows color (decimal): -15641741 or 7557905. OLE color: 7557905.

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

Color convert

RGB 17 83 115 -
CMYK 0.85 0.28 0 0.55
HSL 199.59º 0.74% 0.26% -
HSV(B) 199.59º 0.85% 0.45% -
XYZ 6.42 7.54 17.34 -
YUV 66.91 155.13 92.4 -
System Red Green Blue C M Y K H S L
Decimal 17 83 115 0.85 0.28 0 0.55 199.59 0.74 0.26
Hex 11 53 73 55 1C 0 37 C8 4A 1A
Octal 21 123 163 125 34 0 67 310 112 32
Binary 10001 1010011 1110011 1010101 11100 0 110111 11001000 1001010 11010

Color Harmonies of #115373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115373

Black with #115373

Text Example


Text Example

White with #115373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115373; }

 p { color: rgb(17,83,115); }

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

background-color css

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

 a { background-color: rgb(17,83,115); }

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

border-color css

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

 span { border-color: rgb(17,83,115); }

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