Html Css Color HEX #01856E Observatory

📋 copy color: '#01856E'

red 1 ◦ green 133 ◦ blue 110

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

Shades of Observatory #01856E

Tints of Observatory #01856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.51%

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

R = 0.41%
G = 54.51%
B = 45.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#01856E (or 0x01856E) is known color: Observatory. HEX triplet: 01, 85 and 6E. RGB value is (1,133,110). Sum of RGB (Red+Green+Blue) = 1+133+110=244 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 110 (43.36% from 255 or 45.08% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #01856E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01856E is #FE7A91. Grayscale: #5A5A5A. Windows color (decimal): -16677522 or 7243009. OLE color: 7243009.

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

Color convert

RGB 1 133 110 -
CMYK 0.99 0 0.17 0.48
HSL 169.55º 0.99% 0.26% -
HSV(B) 169.55º 0.99% 0.52% -
XYZ 11.21 17.91 17.62 -
YUV 90.91 138.77 63.87 -
System Red Green Blue C M Y K H S L
Decimal 1 133 110 0.99 0 0.17 0.48 169.55 0.99 0.26
Hex 1 85 6E 63 0 11 30 AA 63 1A
Octal 1 205 156 143 0 21 60 252 143 32
Binary 1 10000101 1101110 1100011 0 10001 110000 10101010 1100011 11010

Color Harmonies of #01856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01856E

Black with #01856E

Text Example


Text Example

White with #01856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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