Html Css Color HEX #01937D Observatory

📋 copy color: '#01937D'

red 1 ◦ green 147 ◦ blue 125

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

Shades of Observatory #01937D

Tints of Observatory #01937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 45.79%

R = 0.37%
G = 53.85%
B = 45.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#01937D (or 0x01937D) is known color: Observatory. HEX triplet: 01, 93 and 7D. RGB value is (1,147,125). Sum of RGB (Red+Green+Blue) = 1+147+125=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #01937D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01937D is #FE6C82. Grayscale: #646464. Windows color (decimal): -16673923 or 8229633. OLE color: 8229633.

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

Color convert

RGB 1 147 125 -
CMYK 0.99 0 0.15 0.42
HSL 170.96º 0.99% 0.29% -
HSV(B) 170.96º 0.99% 0.58% -
XYZ 14.15 22.35 22.97 -
YUV 100.84 141.63 56.79 -
System Red Green Blue C M Y K H S L
Decimal 1 147 125 0.99 0 0.15 0.42 170.96 0.99 0.29
Hex 1 93 7D 63 0 F 2A AB 63 1D
Octal 1 223 175 143 0 17 52 253 143 35
Binary 1 10010011 1111101 1100011 0 1111 101010 10101011 1100011 11101

Color Harmonies of #01937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01937D

Black with #01937D

Text Example


Text Example

White with #01937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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