Html Css Color HEX #019183 Dark Cyan

📋 copy color: '#019183'

red 1 ◦ green 145 ◦ blue 131

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

Shades of Dark Cyan #019183

Tints of Dark Cyan #019183

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.35%

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

R = 0.36%
G = 52.35%
B = 47.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#019183 (or 0x019183) is known color: Dark Cyan. HEX triplet: 01, 91 and 83. RGB value is (1,145,131). Sum of RGB (Red+Green+Blue) = 1+145+131=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #019183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019183 is #FE6E7C. Grayscale: #646464. Windows color (decimal): -16674429 or 8622337. OLE color: 8622337.

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

Color convert

RGB 1 145 131 -
CMYK 0.99 0 0.10 0.43
HSL 174.17º 0.99% 0.29% -
HSV(B) 174.17º 0.99% 0.57% -
XYZ 14.23 21.9 24.95 -
YUV 100.35 145.29 57.14 -
System Red Green Blue C M Y K H S L
Decimal 1 145 131 0.99 0 0.10 0.43 174.17 0.99 0.29
Hex 1 91 83 63 0 A 2B AE 63 1D
Octal 1 221 203 143 0 12 53 256 143 35
Binary 1 10010001 10000011 1100011 0 1010 101011 10101110 1100011 11101

Color Harmonies of #019183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019183

Black with #019183

Text Example


Text Example

White with #019183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019183; }

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

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

background-color css

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

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

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

border-color css

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

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

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