Html Css Color HEX #11576F Orient

📋 copy color: '#11576F'

red 17 ◦ green 87 ◦ blue 111

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

Shades of Orient #11576F

Tints of Orient #11576F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.47%

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 7.91%
G = 40.47%
B = 51.63%

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

#11576F (or 0x11576F) is known color: Orient. HEX triplet: 11, 57 and 6F. RGB value is (17,87,111). Sum of RGB (Red+Green+Blue) = 17+87+111=215 (28% of max value = 765). Red value is 17 (7.03% from 255 or 7.91% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #11576F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11576F is #EEA890. Grayscale: #444444. Windows color (decimal): -15640721 or 7296785. OLE color: 7296785.

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

Color convert

RGB 17 87 111 -
CMYK 0.85 0.22 0 0.56
HSL 195.32º 0.73% 0.25% -
HSV(B) 195.32º 0.85% 0.44% -
XYZ 6.51 8.08 16.26 -
YUV 68.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 17 87 111 0.85 0.22 0 0.56 195.32 0.73 0.25
Hex 11 57 6F 55 16 0 38 C3 49 19
Octal 21 127 157 125 26 0 70 303 111 31
Binary 10001 1010111 1101111 1010101 10110 0 111000 11000011 1001001 11001

Color Harmonies of #11576F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11576F

Black with #11576F

Text Example


Text Example

White with #11576F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11576F; }

 p { color: rgb(17,87,111); }

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

background-color css

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

 a { background-color: rgb(17,87,111); }

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

border-color css

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

 span { border-color: rgb(17,87,111); }

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