Html Css Color HEX #026649 Watercourse

📋 copy color: '#026649'

red 2 ◦ green 102 ◦ blue 73

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

Shades of Watercourse #026649

Tints of Watercourse #026649

RGB

 RED value IS 2 (1.17% from 255) = 1.13%

 GREEN value IS 102 (40.23% from 255) = 57.63%

 BLUE value IS 73 (28.91% from 255) = 41.24%

R = 1.13%
G = 57.63%
B = 41.24%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#026649 (or 0x026649) is known color: Watercourse. HEX triplet: 02, 66 and 49. RGB value is (2,102,73). Sum of RGB (Red+Green+Blue) = 2+102+73=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 102 (40.23% from 255 or 57.63% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 102 - color contains mainly: green. Hex color #026649 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026649 is #FD99B6. Grayscale: #444444. Windows color (decimal): -16619959 or 4810242. OLE color: 4810242.

HSL color Cylindrical-coordinate representation of color #026649: hue angle of 162.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026649 is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 102 73 -
CMYK 0.98 0 0.28 0.6
HSL 162.6º 0.96% 0.2% -
HSV(B) 162.6º 0.98% 0.4% -
XYZ 5.98 10 7.92 -
YUV 68.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 2 102 73 0.98 0 0.28 0.6 162.6 0.96 0.2
Hex 2 66 49 62 0 1C 3C A3 60 14
Octal 2 146 111 142 0 34 74 243 140 24
Binary 10 1100110 1001001 1100010 0 11100 111100 10100011 1100000 10100

Color Harmonies of #026649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026649

Black with #026649

Text Example


Text Example

White with #026649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026649; }

 p { color: rgb(2,102,73); }

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

background-color css

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

 a { background-color: rgb(2,102,73); }

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

border-color css

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

 span { border-color: rgb(2,102,73); }

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