#02866C

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

Shades of Observatory #02866C

Tints of Observatory #02866C

Color information

#02866C (or 0x02866C) is unknown color: approx Observatory. HEX triplet: 02, 86 and 6C. RGB value is (2,134,108). Sum of RGB (Red+Green+Blue) = 2+134+108=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 134 (52.73% from 255 or 54.92% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 134 - color contains mainly: green. Hex color #02866C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02866C is #FD7993. Grayscale: #5B5B5B. Windows color (decimal): -16611732 or 7112194. OLE color: 7112194.

HSL color Cylindrical-coordinate representation of color #02866C: hue angle of 168.18º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02866C is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB2134108-
CMYK0.9900.190.47
HSL168.18º97.06%26.67%-
HSV(B)168.18º98.51%52.55%-
XYZ11.2618.1517.1-
YUV91.57137.2764.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 134 (52.73% from 255) = 54.92%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=0.82%
G=54.92%
B=44.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21341080.9900.190.47168.1897.0626.67
Hex2866C630132Fa8611b
Octal22061541430235725014133
Binary10100001101101100110001101001110111110101000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02866C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,134,108); }

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

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

 a { background-color: rgb(2,134,108); }

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

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

 span { border-color: rgb(2,134,108); }

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