Html Css Color HEX #018465 Observatory

📋 copy color: '#018465'

red 1 ◦ green 132 ◦ blue 101

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

Shades of Observatory #018465

Tints of Observatory #018465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 56.41%

 BLUE value IS 101 (39.84% from 255) = 43.16%

R = 0.43%
G = 56.41%
B = 43.16%

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

#018465 (or 0x018465) is known color: Observatory. HEX triplet: 01, 84 and 65. RGB value is (1,132,101). Sum of RGB (Red+Green+Blue) = 1+132+101=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 132 (51.95% from 255 or 56.41% from 234); Blue value is 101 (39.84% from 255 or 43.16% from 234); Max value from RGB is 132 - color contains mainly: green. Hex color #018465 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018465 is #FE7B9A. Grayscale: #595959. Windows color (decimal): -16677787 or 6652929. OLE color: 6652929.

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

Color convert

RGB 1 132 101 -
CMYK 0.99 0 0.23 0.48
HSL 165.8º 0.98% 0.26% -
HSV(B) 165.8º 0.99% 0.52% -
XYZ 10.61 17.45 15.12 -
YUV 89.3 134.6 65.02 -
System Red Green Blue C M Y K H S L
Decimal 1 132 101 0.99 0 0.23 0.48 165.8 0.98 0.26
Hex 1 84 65 63 0 17 30 A6 62 1A
Octal 1 204 145 143 0 27 60 246 142 32
Binary 1 10000100 1100101 1100011 0 10111 110000 10100110 1100010 11010

Color Harmonies of #018465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018465

Black with #018465

Text Example


Text Example

White with #018465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018465; }

 p { color: rgb(1,132,101); }

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

background-color css

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

 a { background-color: rgb(1,132,101); }

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

border-color css

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

 span { border-color: rgb(1,132,101); }

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