Html Css Color HEX #026753 Watercourse

📋 copy color: '#026753'

red 2 ◦ green 103 ◦ blue 83

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

Shades of Watercourse #026753

Tints of Watercourse #026753

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.79%

 BLUE value IS 83 (32.81% from 255) = 44.15%

R = 1.06%
G = 54.79%
B = 44.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#026753 (or 0x026753) is known color: Watercourse. HEX triplet: 02, 67 and 53. RGB value is (2,103,83). Sum of RGB (Red+Green+Blue) = 2+103+83=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 103 (40.62% from 255 or 54.79% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 103 - color contains mainly: green. Hex color #026753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026753 is #FD98AC. Grayscale: #464646. Windows color (decimal): -16619693 or 5465858. OLE color: 5465858.

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

Color convert

RGB 2 103 83 -
CMYK 0.98 0 0.19 0.60
HSL 168.12º 0.96% 0.21% -
HSV(B) 168.12º 0.98% 0.4% -
XYZ 6.44 10.34 9.84 -
YUV 70.52 135.04 79.13 -
System Red Green Blue C M Y K H S L
Decimal 2 103 83 0.98 0 0.19 0.60 168.12 0.96 0.21
Hex 2 67 53 62 0 13 3C A8 60 15
Octal 2 147 123 142 0 23 74 250 140 25
Binary 10 1100111 1010011 1100010 0 10011 111100 10101000 1100000 10101

Color Harmonies of #026753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026753

Black with #026753

Text Example


Text Example

White with #026753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026753; }

 p { color: rgb(2,103,83); }

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

background-color css

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

 a { background-color: rgb(2,103,83); }

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

border-color css

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

 span { border-color: rgb(2,103,83); }

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