Html Css Color HEX #02866C Observatory

📋 copy color: '#02866C'

red 2 ◦ green 134 ◦ blue 108

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

Shades of Observatory #02866C

Tints of Observatory #02866C

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 value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#02866C (or 0x02866C) is known color: 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

RGB 2 134 108 -
CMYK 0.99 0 0.19 0.47
HSL 168.18º 0.97% 0.27% -
HSV(B) 168.18º 0.99% 0.53% -
XYZ 11.26 18.15 17.1 -
YUV 91.57 137.27 64.11 -
System Red Green Blue C M Y K H S L
Decimal 2 134 108 0.99 0 0.19 0.47 168.18 0.97 0.27
Hex 2 86 6C 63 0 13 2F A8 61 1B
Octal 2 206 154 143 0 23 57 250 141 33
Binary 10 10000110 1101100 1100011 0 10011 101111 10101000 1100001 11011

Color Harmonies of #02866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02866C

Black with #02866C

Text Example


Text Example

White with #02866C

Text Example


Text Example

HTML Codes & Css Web 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>