Html Css Color HEX #01926D Observatory

📋 copy color: '#01926D'

red 1 ◦ green 146 ◦ blue 109

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

Shades of Observatory #01926D

Tints of Observatory #01926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 0.39%
G = 57.03%
B = 42.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#01926D (or 0x01926D) is known color: Observatory. HEX triplet: 01, 92 and 6D. RGB value is (1,146,109). Sum of RGB (Red+Green+Blue) = 1+146+109=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #01926D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01926D is #FE6D92. Grayscale: #626262. Windows color (decimal): -16674195 or 7180801. OLE color: 7180801.

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

Color convert

RGB 1 146 109 -
CMYK 0.99 0 0.25 0.43
HSL 164.69º 0.99% 0.29% -
HSV(B) 164.69º 0.99% 0.57% -
XYZ 13.05 21.67 17.96 -
YUV 98.43 133.96 58.51 -
System Red Green Blue C M Y K H S L
Decimal 1 146 109 0.99 0 0.25 0.43 164.69 0.99 0.29
Hex 1 92 6D 63 0 19 2B A5 63 1D
Octal 1 222 155 143 0 31 53 245 143 35
Binary 1 10010010 1101101 1100011 0 11001 101011 10100101 1100011 11101

Color Harmonies of #01926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01926D

Black with #01926D

Text Example


Text Example

White with #01926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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