Html Css Color HEX #019277 Observatory

📋 copy color: '#019277'

red 1 ◦ green 146 ◦ blue 119

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

Shades of Observatory #019277

Tints of Observatory #019277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.74%

R = 0.38%
G = 54.89%
B = 44.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#019277 (or 0x019277) is known color: Observatory. HEX triplet: 01, 92 and 77. RGB value is (1,146,119). Sum of RGB (Red+Green+Blue) = 1+146+119=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #019277 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019277 is #FE6D88. Grayscale: #636363. Windows color (decimal): -16674185 or 7836161. OLE color: 7836161.

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

Color convert

RGB 1 146 119 -
CMYK 0.99 0 0.18 0.43
HSL 168.83º 0.99% 0.29% -
HSV(B) 168.83º 0.99% 0.57% -
XYZ 13.62 21.9 20.96 -
YUV 99.57 138.96 57.7 -
System Red Green Blue C M Y K H S L
Decimal 1 146 119 0.99 0 0.18 0.43 168.83 0.99 0.29
Hex 1 92 77 63 0 12 2B A9 63 1D
Octal 1 222 167 143 0 22 53 251 143 35
Binary 1 10010010 1110111 1100011 0 10010 101011 10101001 1100011 11101

Color Harmonies of #019277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019277

Black with #019277

Text Example


Text Example

White with #019277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019277; }

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

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

background-color css

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

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

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

border-color css

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

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

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