Html Css Color HEX #019483 Dark Cyan

📋 copy color: '#019483'

red 1 ◦ green 148 ◦ blue 131

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

Shades of Dark Cyan #019483

Tints of Dark Cyan #019483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.86%

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

R = 0.36%
G = 52.86%
B = 46.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#019483 (or 0x019483) is known color: Dark Cyan. HEX triplet: 01, 94 and 83. RGB value is (1,148,131). Sum of RGB (Red+Green+Blue) = 1+148+131=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #019483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019483 is #FE6B7C. Grayscale: #666666. Windows color (decimal): -16673661 or 8623105. OLE color: 8623105.

HSL color Cylindrical-coordinate representation of color #019483: hue angle of 173.06º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019483 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 131 -
CMYK 0.99 0 0.11 0.42
HSL 173.06º 0.99% 0.29% -
HSV(B) 173.06º 0.99% 0.58% -
XYZ 14.7 22.82 25.1 -
YUV 102.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 1 148 131 0.99 0 0.11 0.42 173.06 0.99 0.29
Hex 1 94 83 63 0 B 2A AD 63 1D
Octal 1 224 203 143 0 13 52 255 143 35
Binary 1 10010100 10000011 1100011 0 1011 101010 10101101 1100011 11101

Color Harmonies of #019483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019483

Black with #019483

Text Example


Text Example

White with #019483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019483; }

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

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

background-color css

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

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

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

border-color css

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

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

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