Html Css Color HEX #015A46 Watercourse

📋 copy color: '#015A46'

red 1 ◦ green 90 ◦ blue 70

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

Shades of Watercourse #015A46

Tints of Watercourse #015A46

RGB

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

 GREEN value IS 90 (35.55% from 255) = 55.9%

 BLUE value IS 70 (27.73% from 255) = 43.48%

R = 0.62%
G = 55.9%
B = 43.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#015A46 (or 0x015A46) is known color: Watercourse. HEX triplet: 01, 5A and 46. RGB value is (1,90,70). Sum of RGB (Red+Green+Blue) = 1+90+70=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 70 (27.73% from 255 or 43.48% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #015A46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A46 is #FEA5B9. Grayscale: #3D3D3D. Windows color (decimal): -16688570 or 4610561. OLE color: 4610561.

HSL color Cylindrical-coordinate representation of color #015A46: hue angle of 166.52º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A46 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 90 70 -
CMYK 0.99 0 0.22 0.65
HSL 166.52º 0.98% 0.18% -
HSV(B) 166.52º 0.99% 0.35% -
XYZ 4.77 7.76 7.04 -
YUV 61.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 1 90 70 0.99 0 0.22 0.65 166.52 0.98 0.18
Hex 1 5A 46 63 0 16 41 A7 62 12
Octal 1 132 106 143 0 26 101 247 142 22
Binary 1 1011010 1000110 1100011 0 10110 1000001 10100111 1100010 10010

Color Harmonies of #015A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A46

Black with #015A46

Text Example


Text Example

White with #015A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015A46; }

 p { color: rgb(1,90,70); }

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

background-color css

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

 a { background-color: rgb(1,90,70); }

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

border-color css

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

 span { border-color: rgb(1,90,70); }

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