Html Css Color HEX #115875 Orient

📋 copy color: '#115875'

red 17 ◦ green 88 ◦ blue 117

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

Shades of Orient #115875

Tints of Orient #115875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.7%

R = 7.66%
G = 39.64%
B = 52.7%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#115875 (or 0x115875) is known color: Orient. HEX triplet: 11, 58 and 75. RGB value is (17,88,117). Sum of RGB (Red+Green+Blue) = 17+88+117=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 117 (46.09% from 255 or 52.70% from 222); Max value from RGB is 117 - color contains mainly: blue. Hex color #115875 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115875 is #EEA78A. Grayscale: #454545. Windows color (decimal): -15640459 or 7690257. OLE color: 7690257.

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

Color convert

RGB 17 88 117 -
CMYK 0.85 0.25 0 0.54
HSL 197.4º 0.75% 0.26% -
HSV(B) 197.4º 0.85% 0.46% -
XYZ 6.93 8.38 18.08 -
YUV 70.08 154.48 90.14 -
System Red Green Blue C M Y K H S L
Decimal 17 88 117 0.85 0.25 0 0.54 197.4 0.75 0.26
Hex 11 58 75 55 19 0 36 C5 4B 1A
Octal 21 130 165 125 31 0 66 305 113 32
Binary 10001 1011000 1110101 1010101 11001 0 110110 11000101 1001011 11010

Color Harmonies of #115875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #115875

Black with #115875

Text Example


Text Example

White with #115875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #115875; }

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

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

background-color css

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

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

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

border-color css

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

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

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