Html Css Color HEX #019193 Dark Cyan

📋 copy color: '#019193'

red 1 ◦ green 145 ◦ blue 147

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

Shades of Dark Cyan #019193

Tints of Dark Cyan #019193

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.49%

 BLUE value IS 147 (57.81% from 255) = 50.17%

R = 0.34%
G = 49.49%
B = 50.17%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#019193 (or 0x019193) is known color: Dark Cyan. HEX triplet: 01, 91 and 93. RGB value is (1,145,147). Sum of RGB (Red+Green+Blue) = 1+145+147=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #019193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019193 is #FE6E6C. Grayscale: #666666. Windows color (decimal): -16674413 or 9670913. OLE color: 9670913.

HSL color Cylindrical-coordinate representation of color #019193: hue angle of 180.82º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019193 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 145 147 -
CMYK 0.99 0.01 0 0.42
HSL 180.82º 0.99% 0.29% -
HSV(B) 180.82º 0.99% 0.58% -
XYZ 15.4 22.36 31.11 -
YUV 102.17 153.29 55.84 -
System Red Green Blue C M Y K H S L
Decimal 1 145 147 0.99 0.01 0 0.42 180.82 0.99 0.29
Hex 1 91 93 63 1 0 2A B5 63 1D
Octal 1 221 223 143 1 0 52 265 143 35
Binary 1 10010001 10010011 1100011 1 0 101010 10110101 1100011 11101

Color Harmonies of #019193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019193

Black with #019193

Text Example


Text Example

White with #019193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019193; }

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

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

background-color css

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

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

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

border-color css

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

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

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