Html Css Color HEX #019294 Dark Cyan

📋 copy color: '#019294'

red 1 ◦ green 146 ◦ blue 148

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

Shades of Dark Cyan #019294

Tints of Dark Cyan #019294

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.49%

 BLUE value IS 148 (58.2% 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

#019294 (or 0x019294) is known color: Dark Cyan. HEX triplet: 01, 92 and 94. RGB value is (1,146,148). Sum of RGB (Red+Green+Blue) = 1+146+148=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #019294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019294 is #FE6D6B. Grayscale: #666666. Windows color (decimal): -16674156 or 9736705. OLE color: 9736705.

HSL color Cylindrical-coordinate representation of color #019294: 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 #019294 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 146 148 -
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.64 22.7 31.57 -
YUV 102.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 1 146 148 0.99 0.01 0 0.42 180.82 0.99 0.29
Hex 1 92 94 63 1 0 2A B5 63 1D
Octal 1 222 224 143 1 0 52 265 143 35
Binary 1 10010010 10010100 1100011 1 0 101010 10110101 1100011 11101

Color Harmonies of #019294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019294

Black with #019294

Text Example


Text Example

White with #019294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019294; }

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

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

background-color css

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

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

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

border-color css

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

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

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