#019297

Color #019297 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #019297

Tints of Dark Cyan #019297

Color information

#019297 (or 0x019297) is unknown color: approx Dark Cyan. HEX triplet: 01, 92 and 97. RGB value is (1,146,151). Sum of RGB (Red+Green+Blue) = 1+146+151=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #019297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019297 is #FE6D68. Grayscale: #676767. Windows color (decimal): -16674153 or 9933313. OLE color: 9933313.

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

Color convert

RGB1146151-
CMYK0.990.0300.41
HSL182º98.68%29.8%-
HSV(B)182º99.34%59.22%-
XYZ15.8822.832.84-
YUV103.22154.9655.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 146 (57.42% from 255) = 48.99%
BLUE value IS 151 (59.38% from 255) = 50.67%
R=0.34%
G=48.99%
B=50.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11461510.990.0300.4118298.6829.8
Hex19297633029b6631e
Octal1222227143305126614336
Binary11001001010010111110001111010100110110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019297; }

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

 H1.HeaderClassName
 {
   color: #019297;
 }
 .AnyTagClassName
 {
   color: #019297;
 }
</style>
background-color css

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

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

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

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

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

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