Html Css Color HEX #018F7B Observatory

📋 copy color: '#018F7B'

red 1 ◦ green 143 ◦ blue 123

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

Shades of Observatory #018F7B

Tints of Observatory #018F7B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.56%

 BLUE value IS 123 (48.44% from 255) = 46.07%

R = 0.37%
G = 53.56%
B = 46.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#018F7B (or 0x018F7B) is known color: Observatory. HEX triplet: 01, 8F and 7B. RGB value is (1,143,123). Sum of RGB (Red+Green+Blue) = 1+143+123=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 143 (56.25% from 255 or 53.56% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 143 - color contains mainly: green. Hex color #018F7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018F7B is #FE7084. Grayscale: #626262. Windows color (decimal): -16674949 or 8097537. OLE color: 8097537.

HSL color Cylindrical-coordinate representation of color #018F7B: hue angle of 171.55º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018F7B is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 143 123 -
CMYK 0.99 0 0.14 0.44
HSL 171.55º 0.99% 0.28% -
HSV(B) 171.55º 0.99% 0.56% -
XYZ 13.41 21.08 22.1 -
YUV 98.26 141.96 58.63 -
System Red Green Blue C M Y K H S L
Decimal 1 143 123 0.99 0 0.14 0.44 171.55 0.99 0.28
Hex 1 8F 7B 63 0 E 2C AC 63 1C
Octal 1 217 173 143 0 16 54 254 143 34
Binary 1 10001111 1111011 1100011 0 1110 101100 10101100 1100011 11100

Color Harmonies of #018F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018F7B

Black with #018F7B

Text Example


Text Example

White with #018F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,143,123); }

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

background-color css

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

 a { background-color: rgb(1,143,123); }

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

border-color css

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

 span { border-color: rgb(1,143,123); }

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