Html Css Color HEX #018574 Observatory

📋 copy color: '#018574'

red 1 ◦ green 133 ◦ blue 116

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

Shades of Observatory #018574

Tints of Observatory #018574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 46.4%

R = 0.4%
G = 53.2%
B = 46.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#018574 (or 0x018574) is known color: Observatory. HEX triplet: 01, 85 and 74. RGB value is (1,133,116). Sum of RGB (Red+Green+Blue) = 1+133+116=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 133 (52.34% from 255 or 53.2% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 133 - color contains mainly: green. Hex color #018574 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018574 is #FE7A8B. Grayscale: #5B5B5B. Windows color (decimal): -16677516 or 7636225. OLE color: 7636225.

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

Color convert

RGB 1 133 116 -
CMYK 0.99 0 0.13 0.48
HSL 172.27º 0.99% 0.26% -
HSV(B) 172.27º 0.99% 0.52% -
XYZ 11.55 18.04 19.4 -
YUV 91.59 141.77 63.38 -
System Red Green Blue C M Y K H S L
Decimal 1 133 116 0.99 0 0.13 0.48 172.27 0.99 0.26
Hex 1 85 74 63 0 D 30 AC 63 1A
Octal 1 205 164 143 0 15 60 254 143 32
Binary 1 10000101 1110100 1100011 0 1101 110000 10101100 1100011 11010

Color Harmonies of #018574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018574

Black with #018574

Text Example


Text Example

White with #018574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018574; }

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

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

background-color css

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

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

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

border-color css

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

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

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