Html Css Color HEX #019471 Observatory

📋 copy color: '#019471'

red 1 ◦ green 148 ◦ blue 113

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

Shades of Observatory #019471

Tints of Observatory #019471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.49%

 BLUE value IS 113 (44.53% from 255) = 43.13%

R = 0.38%
G = 56.49%
B = 43.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#019471 (or 0x019471) is known color: Observatory. HEX triplet: 01, 94 and 71. RGB value is (1,148,113). Sum of RGB (Red+Green+Blue) = 1+148+113=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #019471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019471 is #FE6B8E. Grayscale: #646464. Windows color (decimal): -16673679 or 7443457. OLE color: 7443457.

HSL color Cylindrical-coordinate representation of color #019471: hue angle of 165.71º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019471 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 113 -
CMYK 0.99 0 0.24 0.42
HSL 165.71º 0.99% 0.29% -
HSV(B) 165.71º 0.99% 0.58% -
XYZ 13.58 22.38 19.23 -
YUV 100.06 135.3 57.35 -
System Red Green Blue C M Y K H S L
Decimal 1 148 113 0.99 0 0.24 0.42 165.71 0.99 0.29
Hex 1 94 71 63 0 18 2A A6 63 1D
Octal 1 224 161 143 0 30 52 246 143 35
Binary 1 10010100 1110001 1100011 0 11000 101010 10100110 1100011 11101

Color Harmonies of #019471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019471

Black with #019471

Text Example


Text Example

White with #019471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019471; }

 p { color: rgb(1,148,113); }

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

background-color css

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

 a { background-color: rgb(1,148,113); }

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

border-color css

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

 span { border-color: rgb(1,148,113); }

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