Html Css Color HEX #018A7A Observatory

📋 copy color: '#018A7A'

red 1 ◦ green 138 ◦ blue 122

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

Shades of Observatory #018A7A

Tints of Observatory #018A7A

RGB

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

 GREEN value IS 138 (54.3% from 255) = 52.87%

 BLUE value IS 122 (48.05% from 255) = 46.74%

R = 0.38%
G = 52.87%
B = 46.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#018A7A (or 0x018A7A) is known color: Observatory. HEX triplet: 01, 8A and 7A. RGB value is (1,138,122). Sum of RGB (Red+Green+Blue) = 1+138+122=261 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 122 (48.05% from 255 or 46.74% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #018A7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A7A is #FE7585. Grayscale: #5F5F5F. Windows color (decimal): -16676230 or 8030721. OLE color: 8030721.

HSL color Cylindrical-coordinate representation of color #018A7A: hue angle of 172.99º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A7A is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 122 -
CMYK 0.99 0 0.12 0.46
HSL 172.99º 0.99% 0.27% -
HSV(B) 172.99º 0.99% 0.54% -
XYZ 12.61 19.59 21.53 -
YUV 95.21 143.11 60.8 -
System Red Green Blue C M Y K H S L
Decimal 1 138 122 0.99 0 0.12 0.46 172.99 0.99 0.27
Hex 1 8A 7A 63 0 C 2E AD 63 1B
Octal 1 212 172 143 0 14 56 255 143 33
Binary 1 10001010 1111010 1100011 0 1100 101110 10101101 1100011 11011

Color Harmonies of #018A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A7A

Black with #018A7A

Text Example


Text Example

White with #018A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018A7A; }

 p { color: rgb(1,138,122); }

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

background-color css

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

 a { background-color: rgb(1,138,122); }

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

border-color css

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

 span { border-color: rgb(1,138,122); }

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