Html Css Color HEX #019497 Dark Cyan

📋 copy color: '#019497'

red 1 ◦ green 148 ◦ blue 151

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

Shades of Dark Cyan #019497

Tints of Dark Cyan #019497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.33%

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

R = 0.33%
G = 49.33%
B = 50.33%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#019497 (or 0x019497) is known color: Dark Cyan. HEX triplet: 01, 94 and 97. RGB value is (1,148,151). Sum of RGB (Red+Green+Blue) = 1+148+151=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 151 (59.38% from 255 or 50.33% from 300); Max value from RGB is 151 - color contains mainly: blue. Hex color #019497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019497 is #FE6B68. Grayscale: #686868. Windows color (decimal): -16673641 or 9933825. OLE color: 9933825.

HSL color Cylindrical-coordinate representation of color #019497: hue angle of 181.2º 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 #019497 is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 148 151 -
CMYK 0.99 0.02 0 0.41
HSL 181.2º 0.99% 0.3% -
HSV(B) 181.2º 0.99% 0.59% -
XYZ 16.19 23.42 32.95 -
YUV 104.39 154.3 54.26 -
System Red Green Blue C M Y K H S L
Decimal 1 148 151 0.99 0.02 0 0.41 181.2 0.99 0.3
Hex 1 94 97 63 2 0 29 B5 63 1E
Octal 1 224 227 143 2 0 51 265 143 36
Binary 1 10010100 10010111 1100011 10 0 101001 10110101 1100011 11110

Color Harmonies of #019497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019497

Black with #019497

Text Example


Text Example

White with #019497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019497; }

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

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

background-color css

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

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

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

border-color css

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

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

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