Html Css Color HEX #019285 Dark Cyan

📋 copy color: '#019285'

red 1 ◦ green 146 ◦ blue 133

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

Shades of Dark Cyan #019285

Tints of Dark Cyan #019285

RGB

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

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

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

R = 0.36%
G = 52.14%
B = 47.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#019285 (or 0x019285) is known color: Dark Cyan. HEX triplet: 01, 92 and 85. RGB value is (1,146,133). Sum of RGB (Red+Green+Blue) = 1+146+133=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #019285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019285 is #FE6D7A. Grayscale: #656565. Windows color (decimal): -16674171 or 8753665. OLE color: 8753665.

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

Color convert

RGB 1 146 133 -
CMYK 0.99 0 0.09 0.43
HSL 174.62º 0.99% 0.29% -
HSV(B) 174.62º 0.99% 0.57% -
XYZ 14.53 22.26 25.72 -
YUV 101.16 145.96 56.56 -
System Red Green Blue C M Y K H S L
Decimal 1 146 133 0.99 0 0.09 0.43 174.62 0.99 0.29
Hex 1 92 85 63 0 9 2B AF 63 1D
Octal 1 222 205 143 0 11 53 257 143 35
Binary 1 10010010 10000101 1100011 0 1001 101011 10101111 1100011 11101

Color Harmonies of #019285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019285

Black with #019285

Text Example


Text Example

White with #019285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019285; }

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

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

background-color css

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

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

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

border-color css

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

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

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