Html Css Color HEX #026351 Watercourse

📋 copy color: '#026351'

red 2 ◦ green 99 ◦ blue 81

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

Shades of Watercourse #026351

Tints of Watercourse #026351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.4%

 BLUE value IS 81 (32.03% from 255) = 44.51%

R = 1.1%
G = 54.4%
B = 44.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#026351 (or 0x026351) is known color: Watercourse. HEX triplet: 02, 63 and 51. RGB value is (2,99,81). Sum of RGB (Red+Green+Blue) = 2+99+81=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 81 (32.03% from 255 or 44.51% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #026351 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026351 is #FD9CAE. Grayscale: #434343. Windows color (decimal): -16620719 or 5333762. OLE color: 5333762.

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

Color convert

RGB 2 99 81 -
CMYK 0.98 0 0.18 0.61
HSL 168.87º 0.96% 0.2% -
HSV(B) 168.87º 0.98% 0.39% -
XYZ 5.97 9.53 9.31 -
YUV 67.95 135.36 80.96 -
System Red Green Blue C M Y K H S L
Decimal 2 99 81 0.98 0 0.18 0.61 168.87 0.96 0.2
Hex 2 63 51 62 0 12 3D A9 60 14
Octal 2 143 121 142 0 22 75 251 140 24
Binary 10 1100011 1010001 1100010 0 10010 111101 10101001 1100000 10100

Color Harmonies of #026351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026351

Black with #026351

Text Example


Text Example

White with #026351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026351; }

 p { color: rgb(2,99,81); }

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

background-color css

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

 a { background-color: rgb(2,99,81); }

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

border-color css

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

 span { border-color: rgb(2,99,81); }

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