Html Css Color HEX #01937B Observatory

📋 copy color: '#01937B'

red 1 ◦ green 147 ◦ blue 123

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

Shades of Observatory #01937B

Tints of Observatory #01937B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.39%

R = 0.37%
G = 54.24%
B = 45.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#01937B (or 0x01937B) is known color: Observatory. HEX triplet: 01, 93 and 7B. RGB value is (1,147,123). Sum of RGB (Red+Green+Blue) = 1+147+123=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #01937B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01937B is #FE6C84. Grayscale: #646464. Windows color (decimal): -16673925 or 8098561. OLE color: 8098561.

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

Color convert

RGB 1 147 123 -
CMYK 0.99 0 0.16 0.42
HSL 170.14º 0.99% 0.29% -
HSV(B) 170.14º 0.99% 0.58% -
XYZ 14.02 22.3 22.3 -
YUV 100.61 140.63 56.95 -
System Red Green Blue C M Y K H S L
Decimal 1 147 123 0.99 0 0.16 0.42 170.14 0.99 0.29
Hex 1 93 7B 63 0 10 2A AA 63 1D
Octal 1 223 173 143 0 20 52 252 143 35
Binary 1 10010011 1111011 1100011 0 10000 101010 10101010 1100011 11101

Color Harmonies of #01937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01937B

Black with #01937B

Text Example


Text Example

White with #01937B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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