Html Css Color HEX #11587C Orient

📋 copy color: '#11587C'

red 17 ◦ green 88 ◦ blue 124

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

Shades of Orient #11587C

Tints of Orient #11587C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.15%

R = 7.42%
G = 38.43%
B = 54.15%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#11587C (or 0x11587C) is known color: Orient. HEX triplet: 11, 58 and 7C. RGB value is (17,88,124). Sum of RGB (Red+Green+Blue) = 17+88+124=229 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.42% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #11587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11587C is #EEA783. Grayscale: #464646. Windows color (decimal): -15640452 or 8149009. OLE color: 8149009.

HSL color Cylindrical-coordinate representation of color #11587C: hue angle of 200.19º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11587C is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 88 124 -
CMYK 0.86 0.29 0 0.51
HSL 200.19º 0.76% 0.28% -
HSV(B) 200.19º 0.86% 0.49% -
XYZ 7.36 8.55 20.33 -
YUV 70.88 157.98 89.57 -
System Red Green Blue C M Y K H S L
Decimal 17 88 124 0.86 0.29 0 0.51 200.19 0.76 0.28
Hex 11 58 7C 56 1D 0 33 C8 4C 1C
Octal 21 130 174 126 35 0 63 310 114 34
Binary 10001 1011000 1111100 1010110 11101 0 110011 11001000 1001100 11100

Color Harmonies of #11587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11587C

Black with #11587C

Text Example


Text Example

White with #11587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11587C; }

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

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

background-color css

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

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

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

border-color css

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

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

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