Html Css Color HEX #11587B Orient

📋 copy color: '#11587B'

red 17 ◦ green 88 ◦ blue 123

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

Shades of Orient #11587B

Tints of Orient #11587B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 53.95%

R = 7.46%
G = 38.6%
B = 53.95%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#11587B (or 0x11587B) is known color: Orient. HEX triplet: 11, 58 and 7B. RGB value is (17,88,123). Sum of RGB (Red+Green+Blue) = 17+88+123=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #11587B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11587B is #EEA784. Grayscale: #464646. Windows color (decimal): -15640453 or 8083473. OLE color: 8083473.

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

Color convert

RGB 17 88 123 -
CMYK 0.86 0.28 0 0.52
HSL 199.81º 0.76% 0.27% -
HSV(B) 199.81º 0.86% 0.48% -
XYZ 7.3 8.53 20 -
YUV 70.76 157.48 89.65 -
System Red Green Blue C M Y K H S L
Decimal 17 88 123 0.86 0.28 0 0.52 199.81 0.76 0.27
Hex 11 58 7B 56 1C 0 34 C8 4C 1B
Octal 21 130 173 126 34 0 64 310 114 33
Binary 10001 1011000 1111011 1010110 11100 0 110100 11001000 1001100 11011

Color Harmonies of #11587B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11587B

Black with #11587B

Text Example


Text Example

White with #11587B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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