Html Css Color HEX #019091 Dark Cyan

📋 copy color: '#019091'

red 1 ◦ green 144 ◦ blue 145

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

Shades of Dark Cyan #019091

Tints of Dark Cyan #019091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.66%

 BLUE value IS 145 (57.03% from 255) = 50%

R = 0.34%
G = 49.66%
B = 50%

CMYK

 C value IS 0.99

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#019091 (or 0x019091) is known color: Dark Cyan. HEX triplet: 01, 90 and 91. RGB value is (1,144,145). Sum of RGB (Red+Green+Blue) = 1+144+145=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #019091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019091 is #FE6F6E. Grayscale: #656565. Windows color (decimal): -16674671 or 9539585. OLE color: 9539585.

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

Color convert

RGB 1 144 145 -
CMYK 0.99 0.01 0 0.43
HSL 180.42º 0.99% 0.29% -
HSV(B) 180.42º 0.99% 0.57% -
XYZ 15.1 22 30.24 -
YUV 101.36 152.62 56.42 -
System Red Green Blue C M Y K H S L
Decimal 1 144 145 0.99 0.01 0 0.43 180.42 0.99 0.29
Hex 1 90 91 63 1 0 2B B4 63 1D
Octal 1 220 221 143 1 0 53 264 143 35
Binary 1 10010000 10010001 1100011 1 0 101011 10110100 1100011 11101

Color Harmonies of #019091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019091

Black with #019091

Text Example


Text Example

White with #019091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019091; }

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

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

background-color css

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

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

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

border-color css

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

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

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