Html Css Color HEX #01947F Observatory

📋 copy color: '#01947F'

red 1 ◦ green 148 ◦ blue 127

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

Shades of Observatory #01947F

Tints of Observatory #01947F

RGB

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

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

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

R = 0.36%
G = 53.62%
B = 46.01%

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

#01947F (or 0x01947F) is known color: Observatory. HEX triplet: 01, 94 and 7F. RGB value is (1,148,127). Sum of RGB (Red+Green+Blue) = 1+148+127=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #01947F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01947F is #FE6B80. Grayscale: #656565. Windows color (decimal): -16673665 or 8360961. OLE color: 8360961.

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

Color convert

RGB 1 148 127 -
CMYK 0.99 0 0.14 0.42
HSL 171.43º 0.99% 0.29% -
HSV(B) 171.43º 0.99% 0.58% -
XYZ 14.43 22.72 23.7 -
YUV 101.65 142.3 56.21 -
System Red Green Blue C M Y K H S L
Decimal 1 148 127 0.99 0 0.14 0.42 171.43 0.99 0.29
Hex 1 94 7F 63 0 E 2A AB 63 1D
Octal 1 224 177 143 0 16 52 253 143 35
Binary 1 10010100 1111111 1100011 0 1110 101010 10101011 1100011 11101

Color Harmonies of #01947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01947F

Black with #01947F

Text Example


Text Example

White with #01947F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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