Html Css Color HEX #018369 Observatory

📋 copy color: '#018369'

red 1 ◦ green 131 ◦ blue 105

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

Shades of Observatory #018369

Tints of Observatory #018369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.27%

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 0.42%
G = 55.27%
B = 44.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#018369 (or 0x018369) is known color: Observatory. HEX triplet: 01, 83 and 69. RGB value is (1,131,105). Sum of RGB (Red+Green+Blue) = 1+131+105=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #018369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018369 is #FE7C96. Grayscale: #595959. Windows color (decimal): -16678039 or 6914817. OLE color: 6914817.

HSL color Cylindrical-coordinate representation of color #018369: hue angle of 168º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018369 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 105 -
CMYK 0.99 0 0.20 0.49
HSL 168º 0.98% 0.26% -
HSV(B) 168º 0.99% 0.51% -
XYZ 10.68 17.26 16.13 -
YUV 89.17 136.93 65.11 -
System Red Green Blue C M Y K H S L
Decimal 1 131 105 0.99 0 0.20 0.49 168 0.98 0.26
Hex 1 83 69 63 0 14 31 A8 62 1A
Octal 1 203 151 143 0 24 61 250 142 32
Binary 1 10000011 1101001 1100011 0 10100 110001 10101000 1100010 11010

Color Harmonies of #018369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018369

Black with #018369

Text Example


Text Example

White with #018369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018369; }

 p { color: rgb(1,131,105); }

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

background-color css

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

 a { background-color: rgb(1,131,105); }

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

border-color css

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

 span { border-color: rgb(1,131,105); }

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