Html Css Color HEX #115871 Orient

📋 copy color: '#115871'

red 17 ◦ green 88 ◦ blue 113

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

Shades of Orient #115871

Tints of Orient #115871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.37%

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

R = 7.8%
G = 40.37%
B = 51.83%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#115871 (or 0x115871) is known color: Orient. HEX triplet: 11, 58 and 71. RGB value is (17,88,113). Sum of RGB (Red+Green+Blue) = 17+88+113=218 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.80% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #115871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115871 is #EEA78E. Grayscale: #454545. Windows color (decimal): -15640463 or 7428113. OLE color: 7428113.

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

Color convert

RGB 17 88 113 -
CMYK 0.85 0.22 0 0.56
HSL 195.63º 0.74% 0.25% -
HSV(B) 195.63º 0.85% 0.44% -
XYZ 6.7 8.29 16.87 -
YUV 69.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 17 88 113 0.85 0.22 0 0.56 195.63 0.74 0.25
Hex 11 58 71 55 16 0 38 C4 4A 19
Octal 21 130 161 125 26 0 70 304 112 31
Binary 10001 1011000 1110001 1010101 10110 0 111000 11000100 1001010 11001

Color Harmonies of #115871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115871

Black with #115871

Text Example


Text Example

White with #115871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115871; }

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

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

background-color css

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

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

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

border-color css

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

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

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