Html Css Color HEX #019287 Dark Cyan

📋 copy color: '#019287'

red 1 ◦ green 146 ◦ blue 135

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

Shades of Dark Cyan #019287

Tints of Dark Cyan #019287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 47.87%

R = 0.35%
G = 51.77%
B = 47.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#019287 (or 0x019287) is known color: Dark Cyan. HEX triplet: 01, 92 and 87. RGB value is (1,146,135). Sum of RGB (Red+Green+Blue) = 1+146+135=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #019287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019287 is #FE6D78. Grayscale: #656565. Windows color (decimal): -16674169 or 8884737. OLE color: 8884737.

HSL color Cylindrical-coordinate representation of color #019287: hue angle of 175.45º 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 #019287 is Cyan = 0.99, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 146 135 -
CMYK 0.99 0 0.08 0.43
HSL 175.45º 0.99% 0.29% -
HSV(B) 175.45º 0.99% 0.57% -
XYZ 14.66 22.31 26.46 -
YUV 101.39 146.96 56.39 -
System Red Green Blue C M Y K H S L
Decimal 1 146 135 0.99 0 0.08 0.43 175.45 0.99 0.29
Hex 1 92 87 63 0 8 2B AF 63 1D
Octal 1 222 207 143 0 10 53 257 143 35
Binary 1 10010010 10000111 1100011 0 1000 101011 10101111 1100011 11101

Color Harmonies of #019287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019287

Black with #019287

Text Example


Text Example

White with #019287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019287; }

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

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

background-color css

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

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

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

border-color css

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

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

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