Html Css Color HEX #018564 Observatory

📋 copy color: '#018564'

red 1 ◦ green 133 ◦ blue 100

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

Shades of Observatory #018564

Tints of Observatory #018564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 42.74%

R = 0.43%
G = 56.84%
B = 42.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#018564 (or 0x018564) is known color: Observatory. HEX triplet: 01, 85 and 64. RGB value is (1,133,100). Sum of RGB (Red+Green+Blue) = 1+133+100=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #018564 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018564 is #FE7A9B. Grayscale: #595959. Windows color (decimal): -16677532 or 6587649. OLE color: 6587649.

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

Color convert

RGB 1 133 100 -
CMYK 0.99 0 0.25 0.48
HSL 165º 0.99% 0.26% -
HSV(B) 165º 0.99% 0.52% -
XYZ 10.7 17.7 14.91 -
YUV 89.77 133.77 64.68 -
System Red Green Blue C M Y K H S L
Decimal 1 133 100 0.99 0 0.25 0.48 165 0.99 0.26
Hex 1 85 64 63 0 19 30 A5 63 1A
Octal 1 205 144 143 0 31 60 245 143 32
Binary 1 10000101 1100100 1100011 0 11001 110000 10100101 1100011 11010

Color Harmonies of #018564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018564

Black with #018564

Text Example


Text Example

White with #018564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018564; }

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

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

background-color css

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

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

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

border-color css

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

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

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