Html Css Color HEX #019168 Observatory

📋 copy color: '#019168'

red 1 ◦ green 145 ◦ blue 104

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

Shades of Observatory #019168

Tints of Observatory #019168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 0.4%
G = 58%
B = 41.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#019168 (or 0x019168) is known color: Observatory. HEX triplet: 01, 91 and 68. RGB value is (1,145,104). Sum of RGB (Red+Green+Blue) = 1+145+104=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #019168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019168 is #FE6E97. Grayscale: #616161. Windows color (decimal): -16674456 or 6852865. OLE color: 6852865.

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

Color convert

RGB 1 145 104 -
CMYK 0.99 0 0.28 0.43
HSL 162.92º 0.99% 0.29% -
HSV(B) 162.92º 0.99% 0.57% -
XYZ 12.64 21.26 16.53 -
YUV 97.27 131.79 59.33 -
System Red Green Blue C M Y K H S L
Decimal 1 145 104 0.99 0 0.28 0.43 162.92 0.99 0.29
Hex 1 91 68 63 0 1C 2B A3 63 1D
Octal 1 221 150 143 0 34 53 243 143 35
Binary 1 10010001 1101000 1100011 0 11100 101011 10100011 1100011 11101

Color Harmonies of #019168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019168

Black with #019168

Text Example


Text Example

White with #019168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019168; }

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

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

background-color css

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

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

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

border-color css

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

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

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