Html Css Color HEX #01927D Observatory

📋 copy color: '#01927D'

red 1 ◦ green 146 ◦ blue 125

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

Shades of Observatory #01927D

Tints of Observatory #01927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.68%

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

R = 0.37%
G = 53.68%
B = 45.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#01927D (or 0x01927D) is known color: Observatory. HEX triplet: 01, 92 and 7D. RGB value is (1,146,125). Sum of RGB (Red+Green+Blue) = 1+146+125=272 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #01927D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01927D is #FE6D82. Grayscale: #646464. Windows color (decimal): -16674179 or 8229377. OLE color: 8229377.

HSL color Cylindrical-coordinate representation of color #01927D: hue angle of 171.31º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01927D is Cyan = 0.99, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 146 125 -
CMYK 0.99 0 0.14 0.43
HSL 171.31º 0.99% 0.29% -
HSV(B) 171.31º 0.99% 0.57% -
XYZ 13.99 22.04 22.92 -
YUV 100.25 141.96 57.21 -
System Red Green Blue C M Y K H S L
Decimal 1 146 125 0.99 0 0.14 0.43 171.31 0.99 0.29
Hex 1 92 7D 63 0 E 2B AB 63 1D
Octal 1 222 175 143 0 16 53 253 143 35
Binary 1 10010010 1111101 1100011 0 1110 101011 10101011 1100011 11101

Color Harmonies of #01927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01927D

Black with #01927D

Text Example


Text Example

White with #01927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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