Html Css Color HEX #019075 Observatory

📋 copy color: '#019075'

red 1 ◦ green 144 ◦ blue 117

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

Shades of Observatory #019075

Tints of Observatory #019075

RGB

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

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

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

R = 0.38%
G = 54.96%
B = 44.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#019075 (or 0x019075) is known color: Observatory. HEX triplet: 01, 90 and 75. RGB value is (1,144,117). Sum of RGB (Red+Green+Blue) = 1+144+117=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #019075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019075 is #FE6F8A. Grayscale: #626262. Windows color (decimal): -16674699 or 7704577. OLE color: 7704577.

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

Color convert

RGB 1 144 117 -
CMYK 0.99 0 0.19 0.44
HSL 168.67º 0.99% 0.28% -
HSV(B) 168.67º 0.99% 0.56% -
XYZ 13.2 21.24 20.23 -
YUV 98.17 138.62 58.7 -
System Red Green Blue C M Y K H S L
Decimal 1 144 117 0.99 0 0.19 0.44 168.67 0.99 0.28
Hex 1 90 75 63 0 13 2C A9 63 1C
Octal 1 220 165 143 0 23 54 251 143 34
Binary 1 10010000 1110101 1100011 0 10011 101100 10101001 1100011 11100

Color Harmonies of #019075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019075

Black with #019075

Text Example


Text Example

White with #019075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019075; }

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

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

background-color css

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

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

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

border-color css

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

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

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