Html Css Color HEX #018566 Observatory

📋 copy color: '#018566'

red 1 ◦ green 133 ◦ blue 102

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

Shades of Observatory #018566

Tints of Observatory #018566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.22%

R = 0.42%
G = 56.36%
B = 43.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#018566 (or 0x018566) is known color: Observatory. HEX triplet: 01, 85 and 66. RGB value is (1,133,102). Sum of RGB (Red+Green+Blue) = 1+133+102=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #018566 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018566 is #FE7A99. Grayscale: #595959. Windows color (decimal): -16677530 or 6718721. OLE color: 6718721.

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

Color convert

RGB 1 133 102 -
CMYK 0.99 0 0.23 0.48
HSL 165.91º 0.99% 0.26% -
HSV(B) 165.91º 0.99% 0.52% -
XYZ 10.8 17.74 15.43 -
YUV 90 134.77 64.52 -
System Red Green Blue C M Y K H S L
Decimal 1 133 102 0.99 0 0.23 0.48 165.91 0.99 0.26
Hex 1 85 66 63 0 17 30 A6 63 1A
Octal 1 205 146 143 0 27 60 246 143 32
Binary 1 10000101 1100110 1100011 0 10111 110000 10100110 1100011 11010

Color Harmonies of #018566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018566

Black with #018566

Text Example


Text Example

White with #018566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018566; }

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

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

background-color css

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

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

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

border-color css

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

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

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