Html Css Color HEX #018563 Observatory

📋 copy color: '#018563'

red 1 ◦ green 133 ◦ blue 99

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

Shades of Observatory #018563

Tints of Observatory #018563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 42.49%

R = 0.43%
G = 57.08%
B = 42.49%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#018563 (or 0x018563) is known color: Observatory. HEX triplet: 01, 85 and 63. RGB value is (1,133,99). Sum of RGB (Red+Green+Blue) = 1+133+99=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 99 (39.06% from 255 or 42.49% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #018563 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018563 is #FE7A9C. Grayscale: #595959. Windows color (decimal): -16677533 or 6522113. OLE color: 6522113.

HSL color Cylindrical-coordinate representation of color #018563: hue angle of 164.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 #018563 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 99 -
CMYK 0.99 0 0.26 0.48
HSL 164.55º 0.99% 0.26% -
HSV(B) 164.55º 0.99% 0.52% -
XYZ 10.65 17.68 14.66 -
YUV 89.66 133.27 64.76 -
System Red Green Blue C M Y K H S L
Decimal 1 133 99 0.99 0 0.26 0.48 164.55 0.99 0.26
Hex 1 85 63 63 0 1A 30 A5 63 1A
Octal 1 205 143 143 0 32 60 245 143 32
Binary 1 10000101 1100011 1100011 0 11010 110000 10100101 1100011 11010

Color Harmonies of #018563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018563

Black with #018563

Text Example


Text Example

White with #018563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018563; }

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

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

background-color css

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

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

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

border-color css

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

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

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