#01896B

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

Shades of Observatory #01896B

Tints of Observatory #01896B

Color information

#01896B (or 0x01896B) is unknown color: approx Observatory. HEX triplet: 01, 89 and 6B. RGB value is (1,137,107). Sum of RGB (Red+Green+Blue) = 1+137+107=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #01896B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01896B is #FE7694. Grayscale: #5C5C5C. Windows color (decimal): -16676501 or 7047425. OLE color: 7047425.

HSL color Cylindrical-coordinate representation of color #01896B: hue angle of 166.76º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01896B is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB1137107-
CMYK0.9900.220.46
HSL166.76º98.55%27.06%-
HSV(B)166.76º99.27%53.73%-
XYZ11.6118.9616.96-
YUV92.92135.9462.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.41%
GREEN value IS 137 (53.91% from 255) = 55.92%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=0.41%
G=55.92%
B=43.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11371070.9900.220.46166.7698.5527.06
Hex1896B630162Ea7631b
Octal12111531430265624714333
Binary1100010011101011110001101011010111010100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,137,107); }

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

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

 a { background-color: rgb(1,137,107); }

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

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

 span { border-color: rgb(1,137,107); }

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