Html Css Color HEX #01947C Observatory

📋 copy color: '#01947C'

red 1 ◦ green 148 ◦ blue 124

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

Shades of Observatory #01947C

Tints of Observatory #01947C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.21%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 0.37%
G = 54.21%
B = 45.42%

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

#01947C (or 0x01947C) is known color: Observatory. HEX triplet: 01, 94 and 7C. RGB value is (1,148,124). Sum of RGB (Red+Green+Blue) = 1+148+124=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #01947C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01947C is #FE6B83. Grayscale: #656565. Windows color (decimal): -16673668 or 8164353. OLE color: 8164353.

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

Color convert

RGB 1 148 124 -
CMYK 0.99 0 0.16 0.42
HSL 170.2º 0.99% 0.29% -
HSV(B) 170.2º 0.99% 0.58% -
XYZ 14.24 22.64 22.69 -
YUV 101.31 140.8 56.45 -
System Red Green Blue C M Y K H S L
Decimal 1 148 124 0.99 0 0.16 0.42 170.2 0.99 0.29
Hex 1 94 7C 63 0 10 2A AA 63 1D
Octal 1 224 174 143 0 20 52 252 143 35
Binary 1 10010100 1111100 1100011 0 10000 101010 10101010 1100011 11101

Color Harmonies of #01947C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01947C

Black with #01947C

Text Example


Text Example

White with #01947C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01947C; }

 p { color: rgb(1,148,124); }

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

background-color css

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

 a { background-color: rgb(1,148,124); }

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

border-color css

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

 span { border-color: rgb(1,148,124); }

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