Html Css Color HEX #115271 Orient

📋 copy color: '#115271'

red 17 ◦ green 82 ◦ blue 113

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

Shades of Orient #115271

Tints of Orient #115271

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.68%

 BLUE value IS 113 (44.53% from 255) = 53.3%

R = 8.02%
G = 38.68%
B = 53.3%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115271 (or 0x115271) is known color: Orient. HEX triplet: 11, 52 and 71. RGB value is (17,82,113). Sum of RGB (Red+Green+Blue) = 17+82+113=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 113 (44.53% from 255 or 53.30% from 212); Max value from RGB is 113 - color contains mainly: blue. Hex color #115271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115271 is #EEAD8E. Grayscale: #414141. Windows color (decimal): -15641999 or 7426577. OLE color: 7426577.

HSL color Cylindrical-coordinate representation of color #115271: hue angle of 199.38º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #115271 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 82 113 -
CMYK 0.85 0.27 0 0.56
HSL 199.38º 0.74% 0.25% -
HSV(B) 199.38º 0.85% 0.44% -
XYZ 6.23 7.35 16.71 -
YUV 66.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 17 82 113 0.85 0.27 0 0.56 199.38 0.74 0.25
Hex 11 52 71 55 1B 0 38 C7 4A 19
Octal 21 122 161 125 33 0 70 307 112 31
Binary 10001 1010010 1110001 1010101 11011 0 111000 11000111 1001010 11001

Color Harmonies of #115271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115271

Black with #115271

Text Example


Text Example

White with #115271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115271; }

 p { color: rgb(17,82,113); }

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

background-color css

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

 a { background-color: rgb(17,82,113); }

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

border-color css

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

 span { border-color: rgb(17,82,113); }

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