Html Css Color HEX #019067 Observatory

📋 copy color: '#019067'

red 1 ◦ green 144 ◦ blue 103

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

Shades of Observatory #019067

Tints of Observatory #019067

RGB

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

 GREEN value IS 144 (56.64% from 255) = 58.06%

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

R = 0.4%
G = 58.06%
B = 41.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#019067 (or 0x019067) is known color: Observatory. HEX triplet: 01, 90 and 67. RGB value is (1,144,103). Sum of RGB (Red+Green+Blue) = 1+144+103=248 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 248); Green value is 144 (56.64% from 255 or 58.06% from 248); Blue value is 103 (40.62% from 255 or 41.53% from 248); Max value from RGB is 144 - color contains mainly: green. Hex color #019067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019067 is #FE6F98. Grayscale: #606060. Windows color (decimal): -16674713 or 6787073. OLE color: 6787073.

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

Color convert

RGB 1 144 103 -
CMYK 0.99 0 0.28 0.44
HSL 162.8º 0.99% 0.28% -
HSV(B) 162.8º 0.99% 0.56% -
XYZ 12.43 20.93 16.22 -
YUV 96.57 131.62 59.83 -
System Red Green Blue C M Y K H S L
Decimal 1 144 103 0.99 0 0.28 0.44 162.8 0.99 0.28
Hex 1 90 67 63 0 1C 2C A3 63 1C
Octal 1 220 147 143 0 34 54 243 143 34
Binary 1 10010000 1100111 1100011 0 11100 101100 10100011 1100011 11100

Color Harmonies of #019067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019067

Black with #019067

Text Example


Text Example

White with #019067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019067; }

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

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

background-color css

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

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

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

border-color css

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

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

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