Html Css Color HEX #019283 Dark Cyan

📋 copy color: '#019283'

red 1 ◦ green 146 ◦ blue 131

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

Shades of Dark Cyan #019283

Tints of Dark Cyan #019283

RGB

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

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

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

R = 0.36%
G = 52.52%
B = 47.12%

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

#019283 (or 0x019283) is known color: Dark Cyan. HEX triplet: 01, 92 and 83. RGB value is (1,146,131). Sum of RGB (Red+Green+Blue) = 1+146+131=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #019283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019283 is #FE6D7C. Grayscale: #646464. Windows color (decimal): -16674173 or 8622593. OLE color: 8622593.

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

Color convert

RGB 1 146 131 -
CMYK 0.99 0 0.10 0.43
HSL 173.79º 0.99% 0.29% -
HSV(B) 173.79º 0.99% 0.57% -
XYZ 14.39 22.2 25 -
YUV 100.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 1 146 131 0.99 0 0.10 0.43 173.79 0.99 0.29
Hex 1 92 83 63 0 A 2B AE 63 1D
Octal 1 222 203 143 0 12 53 256 143 35
Binary 1 10010010 10000011 1100011 0 1010 101011 10101110 1100011 11101

Color Harmonies of #019283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019283

Black with #019283

Text Example


Text Example

White with #019283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019283; }

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

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

background-color css

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

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

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

border-color css

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

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

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