Html Css Color HEX #019275 Observatory

📋 copy color: '#019275'

red 1 ◦ green 146 ◦ blue 117

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

Shades of Observatory #019275

Tints of Observatory #019275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 0.38%
G = 55.3%
B = 44.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#019275 (or 0x019275) is known color: Observatory. HEX triplet: 01, 92 and 75. RGB value is (1,146,117). Sum of RGB (Red+Green+Blue) = 1+146+117=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #019275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019275 is #FE6D8A. Grayscale: #636363. Windows color (decimal): -16674187 or 7705089. OLE color: 7705089.

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

Color convert

RGB 1 146 117 -
CMYK 0.99 0 0.20 0.43
HSL 168º 0.99% 0.29% -
HSV(B) 168º 0.99% 0.57% -
XYZ 13.5 21.85 20.34 -
YUV 99.34 137.96 57.86 -
System Red Green Blue C M Y K H S L
Decimal 1 146 117 0.99 0 0.20 0.43 168 0.99 0.29
Hex 1 92 75 63 0 14 2B A8 63 1D
Octal 1 222 165 143 0 24 53 250 143 35
Binary 1 10010010 1110101 1100011 0 10100 101011 10101000 1100011 11101

Color Harmonies of #019275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019275

Black with #019275

Text Example


Text Example

White with #019275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019275; }

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

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

background-color css

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

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

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

border-color css

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

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

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