Html Css Color HEX #019167 Observatory

📋 copy color: '#019167'

red 1 ◦ green 145 ◦ blue 103

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

Shades of Observatory #019167

Tints of Observatory #019167

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58.23%

 BLUE value IS 103 (40.63% from 255) = 41.37%

R = 0.4%
G = 58.23%
B = 41.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#019167 (or 0x019167) is known color: Observatory. HEX triplet: 01, 91 and 67. RGB value is (1,145,103). Sum of RGB (Red+Green+Blue) = 1+145+103=249 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #019167 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019167 is #FE6E98. Grayscale: #616161. Windows color (decimal): -16674457 or 6787329. OLE color: 6787329.

HSL color Cylindrical-coordinate representation of color #019167: hue angle of 162.5º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019167 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 145 103 -
CMYK 0.99 0 0.29 0.43
HSL 162.5º 0.99% 0.29% -
HSV(B) 162.5º 0.99% 0.57% -
XYZ 12.59 21.24 16.27 -
YUV 97.16 131.29 59.42 -
System Red Green Blue C M Y K H S L
Decimal 1 145 103 0.99 0 0.29 0.43 162.5 0.99 0.29
Hex 1 91 67 63 0 1D 2B A2 63 1D
Octal 1 221 147 143 0 35 53 242 143 35
Binary 1 10010001 1100111 1100011 0 11101 101011 10100010 1100011 11101

Color Harmonies of #019167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019167

Black with #019167

Text Example


Text Example

White with #019167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019167; }

 p { color: rgb(1,145,103); }

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

background-color css

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

 a { background-color: rgb(1,145,103); }

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

border-color css

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

 span { border-color: rgb(1,145,103); }

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