#019265

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

Shades of Observatory #019265

Tints of Observatory #019265

Color information

#019265 (or 0x019265) is unknown color: approx Observatory. HEX triplet: 01, 92 and 65. RGB value is (1,146,101). Sum of RGB (Red+Green+Blue) = 1+146+101=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #019265 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019265 is #FE6D9A. Grayscale: #616161. Windows color (decimal): -16674203 or 6656513. OLE color: 6656513.

HSL color Cylindrical-coordinate representation of color #019265: hue angle of 161.38º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019265 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB1146101-
CMYK0.9900.310.43
HSL161.38º98.64%28.82%-
HSV(B)161.38º99.32%57.25%-
XYZ12.6421.515.8-
YUV97.52129.9659.16-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 146 (57.42% from 255) = 58.87%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=0.40%
G=58.87%
B=40.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal11461010.9900.310.43161.3898.6428.82
Hex192656301F2Ba1631d
Octal12221451430375324114335
Binary1100100101100101110001101111110101110100001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019265; }

 p { color: rgb(1,146,101); }

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

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

 a { background-color: rgb(1,146,101); }

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

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

 span { border-color: rgb(1,146,101); }

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