Html Css Color HEX #018565 Observatory

📋 copy color: '#018565'

red 1 ◦ green 133 ◦ blue 101

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

Shades of Observatory #018565

Tints of Observatory #018565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.98%

R = 0.43%
G = 56.6%
B = 42.98%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#018565 (or 0x018565) is known color: Observatory. HEX triplet: 01, 85 and 65. RGB value is (1,133,101). Sum of RGB (Red+Green+Blue) = 1+133+101=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 101 (39.84% from 255 or 42.98% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #018565 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018565 is #FE7A9A. Grayscale: #595959. Windows color (decimal): -16677531 or 6653185. OLE color: 6653185.

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

Color convert

RGB 1 133 101 -
CMYK 0.99 0 0.24 0.48
HSL 165.45º 0.99% 0.26% -
HSV(B) 165.45º 0.99% 0.52% -
XYZ 10.75 17.72 15.17 -
YUV 89.88 134.27 64.6 -
System Red Green Blue C M Y K H S L
Decimal 1 133 101 0.99 0 0.24 0.48 165.45 0.99 0.26
Hex 1 85 65 63 0 18 30 A5 63 1A
Octal 1 205 145 143 0 30 60 245 143 32
Binary 1 10000101 1100101 1100011 0 11000 110000 10100101 1100011 11010

Color Harmonies of #018565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018565

Black with #018565

Text Example


Text Example

White with #018565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018565; }

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

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

background-color css

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

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

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

border-color css

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

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

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