Html Css Color HEX #02836C Observatory

📋 copy color: '#02836C'

red 2 ◦ green 131 ◦ blue 108

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

Shades of Observatory #02836C

Tints of Observatory #02836C

RGB

 RED value IS 2 (1.17% from 255) = 0.83%

 GREEN value IS 131 (51.56% from 255) = 54.36%

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 0.83%
G = 54.36%
B = 44.81%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#02836C (or 0x02836C) is known color: Observatory. HEX triplet: 02, 83 and 6C. RGB value is (2,131,108). Sum of RGB (Red+Green+Blue) = 2+131+108=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 131 (51.56% from 255 or 54.36% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 131 - color contains mainly: green. Hex color #02836C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02836C is #FD7C93. Grayscale: #595959. Windows color (decimal): -16612500 or 7111426. OLE color: 7111426.

HSL color Cylindrical-coordinate representation of color #02836C: hue angle of 169.3º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02836C is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 131 108 -
CMYK 0.98 0 0.18 0.49
HSL 169.3º 0.97% 0.26% -
HSV(B) 169.3º 0.98% 0.51% -
XYZ 10.85 17.33 16.96 -
YUV 89.81 138.26 65.37 -
System Red Green Blue C M Y K H S L
Decimal 2 131 108 0.98 0 0.18 0.49 169.3 0.97 0.26
Hex 2 83 6C 62 0 12 31 A9 61 1A
Octal 2 203 154 142 0 22 61 251 141 32
Binary 10 10000011 1101100 1100010 0 10010 110001 10101001 1100001 11010

Color Harmonies of #02836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02836C

Black with #02836C

Text Example


Text Example

White with #02836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02836C;
 }
 .AnyTagClassName
 {
   color: #02836C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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