Html Css Color HEX #018A6C Observatory

📋 copy color: '#018A6C'

red 1 ◦ green 138 ◦ blue 108

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

Shades of Observatory #018A6C

Tints of Observatory #018A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.72%

R = 0.4%
G = 55.87%
B = 43.72%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#018A6C (or 0x018A6C) is known color: Observatory. HEX triplet: 01, 8A and 6C. RGB value is (1,138,108). Sum of RGB (Red+Green+Blue) = 1+138+108=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 138 (54.30% from 255 or 55.87% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 138 - color contains mainly: green. Hex color #018A6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018A6C is #FE7593. Grayscale: #5D5D5D. Windows color (decimal): -16676244 or 7113217. OLE color: 7113217.

HSL color Cylindrical-coordinate representation of color #018A6C: hue angle of 166.86º 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 #018A6C is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 138 108 -
CMYK 0.99 0 0.22 0.46
HSL 166.86º 0.99% 0.27% -
HSV(B) 166.86º 0.99% 0.54% -
XYZ 11.81 19.27 17.28 -
YUV 93.62 136.11 61.94 -
System Red Green Blue C M Y K H S L
Decimal 1 138 108 0.99 0 0.22 0.46 166.86 0.99 0.27
Hex 1 8A 6C 63 0 16 2E A7 63 1B
Octal 1 212 154 143 0 26 56 247 143 33
Binary 1 10001010 1101100 1100011 0 10110 101110 10100111 1100011 11011

Color Harmonies of #018A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018A6C

Black with #018A6C

Text Example


Text Example

White with #018A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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