Html Css Color HEX #018291 Dark Cyan

📋 copy color: '#018291'

red 1 ◦ green 130 ◦ blue 145

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

Shades of Dark Cyan #018291

Tints of Dark Cyan #018291

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.1%

 BLUE value IS 145 (57.03% from 255) = 52.54%

R = 0.36%
G = 47.1%
B = 52.54%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018291 (or 0x018291) is known color: Dark Cyan. HEX triplet: 01, 82 and 91. RGB value is (1,130,145). Sum of RGB (Red+Green+Blue) = 1+130+145=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #018291 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018291 is #FE7D6E. Grayscale: #5C5C5C. Windows color (decimal): -16678255 or 9536001. OLE color: 9536001.

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

Color convert

RGB 1 130 145 -
CMYK 0.99 0.10 0 0.43
HSL 186.25º 0.99% 0.29% -
HSV(B) 186.25º 0.99% 0.57% -
XYZ 13.11 18.02 29.57 -
YUV 93.14 157.26 62.28 -
System Red Green Blue C M Y K H S L
Decimal 1 130 145 0.99 0.10 0 0.43 186.25 0.99 0.29
Hex 1 82 91 63 A 0 2B BA 63 1D
Octal 1 202 221 143 12 0 53 272 143 35
Binary 1 10000010 10010001 1100011 1010 0 101011 10111010 1100011 11101

Color Harmonies of #018291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018291

Black with #018291

Text Example


Text Example

White with #018291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018291; }

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

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

background-color css

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

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

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

border-color css

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

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

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