Html Css Color HEX #01895D Observatory

📋 copy color: '#01895D'

red 1 ◦ green 137 ◦ blue 93

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

Shades of Observatory #01895D

Tints of Observatory #01895D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 59.31%

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 0.43%
G = 59.31%
B = 40.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#01895D (or 0x01895D) is known color: Observatory. HEX triplet: 01, 89 and 5D. RGB value is (1,137,93). Sum of RGB (Red+Green+Blue) = 1+137+93=231 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 231); Green value is 137 (53.91% from 255 or 59.31% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 137 - color contains mainly: green. Hex color #01895D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01895D is #FE76A2. Grayscale: #5B5B5B. Windows color (decimal): -16676515 or 6129921. OLE color: 6129921.

HSL color Cylindrical-coordinate representation of color #01895D: hue angle of 160.59º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01895D is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 93 -
CMYK 0.99 0 0.32 0.46
HSL 160.59º 0.99% 0.27% -
HSV(B) 160.59º 0.99% 0.54% -
XYZ 10.93 18.69 13.39 -
YUV 91.32 128.94 63.58 -
System Red Green Blue C M Y K H S L
Decimal 1 137 93 0.99 0 0.32 0.46 160.59 0.99 0.27
Hex 1 89 5D 63 0 20 2E A1 63 1B
Octal 1 211 135 143 0 40 56 241 143 33
Binary 1 10001001 1011101 1100011 0 100000 101110 10100001 1100011 11011

Color Harmonies of #01895D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01895D

Black with #01895D

Text Example


Text Example

White with #01895D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01895D; }

 p { color: rgb(1,137,93); }

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

background-color css

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

 a { background-color: rgb(1,137,93); }

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

border-color css

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

 span { border-color: rgb(1,137,93); }

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