Html Css Color HEX #019499 Dark Cyan

📋 copy color: '#019499'

red 1 ◦ green 148 ◦ blue 153

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

Shades of Dark Cyan #019499

Tints of Dark Cyan #019499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.66%

R = 0.33%
G = 49.01%
B = 50.66%

CMYK

 C value IS 0.99

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#019499 (or 0x019499) is known color: Dark Cyan. HEX triplet: 01, 94 and 99. RGB value is (1,148,153). Sum of RGB (Red+Green+Blue) = 1+148+153=302 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #019499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019499 is #FE6B66. Grayscale: #686868. Windows color (decimal): -16673639 or 10064897. OLE color: 10064897.

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

Color convert

RGB 1 148 153 -
CMYK 0.99 0.03 0 0.4
HSL 181.97º 0.99% 0.3% -
HSV(B) 181.97º 0.99% 0.6% -
XYZ 16.35 23.49 33.81 -
YUV 104.62 155.3 54.09 -
System Red Green Blue C M Y K H S L
Decimal 1 148 153 0.99 0.03 0 0.4 181.97 0.99 0.3
Hex 1 94 99 63 3 0 28 B6 63 1E
Octal 1 224 231 143 3 0 50 266 143 36
Binary 1 10010100 10011001 1100011 11 0 101000 10110110 1100011 11110

Color Harmonies of #019499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019499

Black with #019499

Text Example


Text Example

White with #019499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019499; }

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

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

background-color css

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

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

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

border-color css

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

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

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