#11927D

Color #11927D Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #11927D

Tints of Observatory #11927D

Color information

#11927D (or 0x11927D) is unknown color: approx Observatory. HEX triplet: 11, 92 and 7D. RGB value is (17,146,125). Sum of RGB (Red+Green+Blue) = 17+146+125=288 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.90% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #11927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11927D is #EE6D82. Grayscale: #686868. Windows color (decimal): -15625603 or 8229393. OLE color: 8229393.

HSL color Cylindrical-coordinate representation of color #11927D: hue angle of 170.23º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11927D is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB17146125-
CMYK0.8800.140.43
HSL170.23º79.14%31.96%-
HSV(B)170.23º88.36%57.25%-
XYZ14.2122.1622.93-
YUV105.04139.2665.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.90%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 125 (49.22% from 255) = 43.40%
R=5.90%
G=50.69%
B=43.40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal171461250.8800.140.43170.2379.1431.96
Hex11927D580E2Baa4f20
Octal212221751300165325211740
Binary10001100100101111101101100001110101011101010101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11927D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11927D; }

 p { color: rgb(17,146,125); }

 H1.HeaderClassName
 {
   color: #11927D;
 }
 .AnyTagClassName
 {
   color: #11927D;
 }
</style>
background-color css

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

 a { background-color: rgb(17,146,125); }

 div.DivClassName
 {
   background-color: #11927D;
 }
 .BgClassName
 {
   background-color: #11927D;
 }
</style>
border-color css

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

 span { border-color: rgb(17,146,125); }

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