Html Css Color HEX #01937F Observatory

📋 copy color: '#01937F'

red 1 ◦ green 147 ◦ blue 127

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

Shades of Observatory #01937F

Tints of Observatory #01937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 53.45%

 BLUE value IS 127 (50% from 255) = 46.18%

R = 0.36%
G = 53.45%
B = 46.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#01937F (or 0x01937F) is known color: Observatory. HEX triplet: 01, 93 and 7F. RGB value is (1,147,127). Sum of RGB (Red+Green+Blue) = 1+147+127=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #01937F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01937F is #FE6C80. Grayscale: #646464. Windows color (decimal): -16673921 or 8360705. OLE color: 8360705.

HSL color Cylindrical-coordinate representation of color #01937F: hue angle of 171.78º 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 #01937F is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 147 127 -
CMYK 0.99 0 0.14 0.42
HSL 171.78º 0.99% 0.29% -
HSV(B) 171.78º 0.99% 0.58% -
XYZ 14.28 22.41 23.65 -
YUV 101.07 142.63 56.63 -
System Red Green Blue C M Y K H S L
Decimal 1 147 127 0.99 0 0.14 0.42 171.78 0.99 0.29
Hex 1 93 7F 63 0 E 2A AC 63 1D
Octal 1 223 177 143 0 16 52 254 143 35
Binary 1 10010011 1111111 1100011 0 1110 101010 10101100 1100011 11101

Color Harmonies of #01937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01937F

Black with #01937F

Text Example


Text Example

White with #01937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01937F; }

 p { color: rgb(1,147,127); }

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

background-color css

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

 a { background-color: rgb(1,147,127); }

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

border-color css

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

 span { border-color: rgb(1,147,127); }

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