Html Css Color HEX #019273 Observatory

📋 copy color: '#019273'

red 1 ◦ green 146 ◦ blue 115

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

Shades of Observatory #019273

Tints of Observatory #019273

RGB

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

 GREEN value IS 146 (57.42% from 255) = 55.73%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 0.38%
G = 55.73%
B = 43.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#019273 (or 0x019273) is known color: Observatory. HEX triplet: 01, 92 and 73. RGB value is (1,146,115). Sum of RGB (Red+Green+Blue) = 1+146+115=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #019273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019273 is #FE6D8C. Grayscale: #636363. Windows color (decimal): -16674189 or 7574017. OLE color: 7574017.

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

Color convert

RGB 1 146 115 -
CMYK 0.99 0 0.21 0.43
HSL 167.17º 0.99% 0.29% -
HSV(B) 167.17º 0.99% 0.57% -
XYZ 13.39 21.8 19.72 -
YUV 99.11 136.96 58.02 -
System Red Green Blue C M Y K H S L
Decimal 1 146 115 0.99 0 0.21 0.43 167.17 0.99 0.29
Hex 1 92 73 63 0 15 2B A7 63 1D
Octal 1 222 163 143 0 25 53 247 143 35
Binary 1 10010010 1110011 1100011 0 10101 101011 10100111 1100011 11101

Color Harmonies of #019273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019273

Black with #019273

Text Example


Text Example

White with #019273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019273; }

 p { color: rgb(1,146,115); }

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

background-color css

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

 a { background-color: rgb(1,146,115); }

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

border-color css

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

 span { border-color: rgb(1,146,115); }

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