Html Css Color HEX #039066 Observatory

📋 copy color: '#039066'

red 3 ◦ green 144 ◦ blue 102

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

Shades of Observatory #039066

Tints of Observatory #039066

RGB

 RED value IS 3 (1.56% from 255) = 1.2%

 GREEN value IS 144 (56.64% from 255) = 57.83%

 BLUE value IS 102 (40.23% from 255) = 40.96%

R = 1.2%
G = 57.83%
B = 40.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#039066 (or 0x039066) is known color: Observatory. HEX triplet: 03, 90 and 66. RGB value is (3,144,102). Sum of RGB (Red+Green+Blue) = 3+144+102=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #039066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #039066 is #FC6F99. Grayscale: #616161. Windows color (decimal): -16543642 or 6721539. OLE color: 6721539.

HSL color Cylindrical-coordinate representation of color #039066: hue angle of 162.13º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #039066 is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 144 102 -
CMYK 0.98 0 0.29 0.44
HSL 162.13º 0.96% 0.29% -
HSV(B) 162.13º 0.98% 0.56% -
XYZ 12.41 20.93 15.96 -
YUV 97.05 130.79 60.92 -
System Red Green Blue C M Y K H S L
Decimal 3 144 102 0.98 0 0.29 0.44 162.13 0.96 0.29
Hex 3 90 66 62 0 1D 2C A2 60 1D
Octal 3 220 146 142 0 35 54 242 140 35
Binary 11 10010000 1100110 1100010 0 11101 101100 10100010 1100000 11101

Color Harmonies of #039066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #039066

Black with #039066

Text Example


Text Example

White with #039066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #039066; }

 p { color: rgb(3,144,102); }

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

background-color css

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

 a { background-color: rgb(3,144,102); }

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

border-color css

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

 span { border-color: rgb(3,144,102); }

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