Html Css Color HEX #019397 Dark Cyan

📋 copy color: '#019397'

red 1 ◦ green 147 ◦ blue 151

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

Shades of Dark Cyan #019397

Tints of Dark Cyan #019397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.16%

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 0.33%
G = 49.16%
B = 50.5%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#019397 (or 0x019397) is known color: Dark Cyan. HEX triplet: 01, 93 and 97. RGB value is (1,147,151). Sum of RGB (Red+Green+Blue) = 1+147+151=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #019397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019397 is #FE6C68. Grayscale: #676767. Windows color (decimal): -16673897 or 9933569. OLE color: 9933569.

HSL color Cylindrical-coordinate representation of color #019397: hue angle of 181.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019397 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 147 151 -
CMYK 0.99 0.03 0 0.41
HSL 181.6º 0.99% 0.3% -
HSV(B) 181.6º 0.99% 0.59% -
XYZ 16.03 23.11 32.89 -
YUV 103.8 154.63 54.67 -
System Red Green Blue C M Y K H S L
Decimal 1 147 151 0.99 0.03 0 0.41 181.6 0.99 0.3
Hex 1 93 97 63 3 0 29 B6 63 1E
Octal 1 223 227 143 3 0 51 266 143 36
Binary 1 10010011 10010111 1100011 11 0 101001 10110110 1100011 11110

Color Harmonies of #019397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019397

Black with #019397

Text Example


Text Example

White with #019397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019397; }

 p { color: rgb(1,147,151); }

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

background-color css

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

 a { background-color: rgb(1,147,151); }

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

border-color css

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

 span { border-color: rgb(1,147,151); }

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