Html Css Color HEX #018469 Observatory

📋 copy color: '#018469'

red 1 ◦ green 132 ◦ blue 105

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

Shades of Observatory #018469

Tints of Observatory #018469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 0.42%
G = 55.46%
B = 44.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#018469 (or 0x018469) is known color: Observatory. HEX triplet: 01, 84 and 69. RGB value is (1,132,105). Sum of RGB (Red+Green+Blue) = 1+132+105=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #018469 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018469 is #FE7B96. Grayscale: #595959. Windows color (decimal): -16677783 or 6915073. OLE color: 6915073.

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

Color convert

RGB 1 132 105 -
CMYK 0.99 0 0.20 0.48
HSL 167.63º 0.98% 0.26% -
HSV(B) 167.63º 0.99% 0.52% -
XYZ 10.81 17.53 16.18 -
YUV 89.75 136.6 64.7 -
System Red Green Blue C M Y K H S L
Decimal 1 132 105 0.99 0 0.20 0.48 167.63 0.98 0.26
Hex 1 84 69 63 0 14 30 A8 62 1A
Octal 1 204 151 143 0 24 60 250 142 32
Binary 1 10000100 1101001 1100011 0 10100 110000 10101000 1100010 11010

Color Harmonies of #018469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018469

Black with #018469

Text Example


Text Example

White with #018469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018469; }

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

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

background-color css

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

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

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

border-color css

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

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

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