Html Css Color HEX #01866E Observatory

📋 copy color: '#01866E'

red 1 ◦ green 134 ◦ blue 110

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

Shades of Observatory #01866E

Tints of Observatory #01866E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 54.69%

 BLUE value IS 110 (43.36% from 255) = 44.9%

R = 0.41%
G = 54.69%
B = 44.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#01866E (or 0x01866E) is known color: Observatory. HEX triplet: 01, 86 and 6E. RGB value is (1,134,110). Sum of RGB (Red+Green+Blue) = 1+134+110=245 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 110 (43.36% from 255 or 44.90% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #01866E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01866E is #FE7991. Grayscale: #5B5B5B. Windows color (decimal): -16677266 or 7243265. OLE color: 7243265.

HSL color Cylindrical-coordinate representation of color #01866E: hue angle of 169.17º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01866E is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 110 -
CMYK 0.99 0 0.18 0.47
HSL 169.17º 0.99% 0.26% -
HSV(B) 169.17º 0.99% 0.53% -
XYZ 11.35 18.18 17.66 -
YUV 91.5 138.44 63.45 -
System Red Green Blue C M Y K H S L
Decimal 1 134 110 0.99 0 0.18 0.47 169.17 0.99 0.26
Hex 1 86 6E 63 0 12 2F A9 63 1A
Octal 1 206 156 143 0 22 57 251 143 32
Binary 1 10000110 1101110 1100011 0 10010 101111 10101001 1100011 11010

Color Harmonies of #01866E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01866E

Black with #01866E

Text Example


Text Example

White with #01866E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01866E; }

 p { color: rgb(1,134,110); }

 H1.HeaderClassName
 {
   color: #01866E;
 }
 .AnyTagClassName
 {
   color: #01866E;
 }
</style>

background-color css

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

 a { background-color: rgb(1,134,110); }

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

border-color css

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

 span { border-color: rgb(1,134,110); }

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