Html Css Color HEX #115372 Orient

📋 copy color: '#115372'

red 17 ◦ green 83 ◦ blue 114

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

Shades of Orient #115372

Tints of Orient #115372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.27%

R = 7.94%
G = 38.79%
B = 53.27%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#115372 (or 0x115372) is known color: Orient. HEX triplet: 11, 53 and 72. RGB value is (17,83,114). Sum of RGB (Red+Green+Blue) = 17+83+114=214 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.94% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #115372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115372 is #EEAC8D. Grayscale: #424242. Windows color (decimal): -15641742 or 7492369. OLE color: 7492369.

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

Color convert

RGB 17 83 114 -
CMYK 0.85 0.27 0 0.55
HSL 199.18º 0.74% 0.26% -
HSV(B) 199.18º 0.85% 0.45% -
XYZ 6.36 7.52 17.04 -
YUV 66.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 17 83 114 0.85 0.27 0 0.55 199.18 0.74 0.26
Hex 11 53 72 55 1B 0 37 C7 4A 1A
Octal 21 123 162 125 33 0 67 307 112 32
Binary 10001 1010011 1110010 1010101 11011 0 110111 11000111 1001010 11010

Color Harmonies of #115372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115372

Black with #115372

Text Example


Text Example

White with #115372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115372; }

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

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

background-color css

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

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

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

border-color css

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

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

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