Html Css Color HEX #019085 Dark Cyan

📋 copy color: '#019085'

red 1 ◦ green 144 ◦ blue 133

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

Shades of Dark Cyan #019085

Tints of Dark Cyan #019085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.84%

R = 0.36%
G = 51.8%
B = 47.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#019085 (or 0x019085) is known color: Dark Cyan. HEX triplet: 01, 90 and 85. RGB value is (1,144,133). Sum of RGB (Red+Green+Blue) = 1+144+133=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 144 (56.64% from 255 or 51.80% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 144 - color contains mainly: green. Hex color #019085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019085 is #FE6F7A. Grayscale: #636363. Windows color (decimal): -16674683 or 8753153. OLE color: 8753153.

HSL color Cylindrical-coordinate representation of color #019085: hue angle of 175.38º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019085 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 1 144 133 -
CMYK 0.99 0 0.08 0.44
HSL 175.38º 0.99% 0.28% -
HSV(B) 175.38º 0.99% 0.56% -
XYZ 14.22 21.65 25.62 -
YUV 99.99 146.62 57.39 -
System Red Green Blue C M Y K H S L
Decimal 1 144 133 0.99 0 0.08 0.44 175.38 0.99 0.28
Hex 1 90 85 63 0 8 2C AF 63 1C
Octal 1 220 205 143 0 10 54 257 143 34
Binary 1 10010000 10000101 1100011 0 1000 101100 10101111 1100011 11100

Color Harmonies of #019085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019085

Black with #019085

Text Example


Text Example

White with #019085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019085; }

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

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

background-color css

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

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

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

border-color css

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

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

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