Html Css Color HEX #019083 Dark Cyan

📋 copy color: '#019083'

red 1 ◦ green 144 ◦ blue 131

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

Shades of Dark Cyan #019083

Tints of Dark Cyan #019083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 47.46%

R = 0.36%
G = 52.17%
B = 47.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#019083 (or 0x019083) is known color: Dark Cyan. HEX triplet: 01, 90 and 83. RGB value is (1,144,131). Sum of RGB (Red+Green+Blue) = 1+144+131=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #019083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019083 is #FE6F7C. Grayscale: #636363. Windows color (decimal): -16674685 or 8622081. OLE color: 8622081.

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

Color convert

RGB 1 144 131 -
CMYK 0.99 0 0.09 0.44
HSL 174.55º 0.99% 0.28% -
HSV(B) 174.55º 0.99% 0.56% -
XYZ 14.08 21.59 24.9 -
YUV 99.76 145.62 57.56 -
System Red Green Blue C M Y K H S L
Decimal 1 144 131 0.99 0 0.09 0.44 174.55 0.99 0.28
Hex 1 90 83 63 0 9 2C AF 63 1C
Octal 1 220 203 143 0 11 54 257 143 34
Binary 1 10010000 10000011 1100011 0 1001 101100 10101111 1100011 11100

Color Harmonies of #019083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019083

Black with #019083

Text Example


Text Example

White with #019083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019083; }

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

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

background-color css

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

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

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

border-color css

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

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

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