Html Css Color HEX #01836A Observatory

📋 copy color: '#01836A'

red 1 ◦ green 131 ◦ blue 106

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

Shades of Observatory #01836A

Tints of Observatory #01836A

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

 BLUE value IS 106 (41.8% from 255) = 44.54%

R = 0.42%
G = 55.04%
B = 44.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#01836A (or 0x01836A) is known color: Observatory. HEX triplet: 01, 83 and 6A. RGB value is (1,131,106). Sum of RGB (Red+Green+Blue) = 1+131+106=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 131 (51.56% from 255 or 55.04% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 131 - color contains mainly: green. Hex color #01836A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01836A is #FE7C95. Grayscale: #595959. Windows color (decimal): -16678038 or 6980353. OLE color: 6980353.

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

Color convert

RGB 1 131 106 -
CMYK 0.99 0 0.19 0.49
HSL 168.46º 0.98% 0.26% -
HSV(B) 168.46º 0.99% 0.51% -
XYZ 10.73 17.28 16.41 -
YUV 89.28 137.43 65.03 -
System Red Green Blue C M Y K H S L
Decimal 1 131 106 0.99 0 0.19 0.49 168.46 0.98 0.26
Hex 1 83 6A 63 0 13 31 A8 62 1A
Octal 1 203 152 143 0 23 61 250 142 32
Binary 1 10000011 1101010 1100011 0 10011 110001 10101000 1100010 11010

Color Harmonies of #01836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01836A

Black with #01836A

Text Example


Text Example

White with #01836A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01836A; }

 p { color: rgb(1,131,106); }

 H1.HeaderClassName
 {
   color: #01836A;
 }
 .AnyTagClassName
 {
   color: #01836A;
 }
</style>

background-color css

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

 a { background-color: rgb(1,131,106); }

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

border-color css

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

 span { border-color: rgb(1,131,106); }

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