Html Css Color HEX #01818D Dark Cyan

📋 copy color: '#01818D'

red 1 ◦ green 129 ◦ blue 141

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

Shades of Dark Cyan #01818D

Tints of Dark Cyan #01818D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.6%

 BLUE value IS 141 (55.47% from 255) = 52.03%

R = 0.37%
G = 47.6%
B = 52.03%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01818D (or 0x01818D) is known color: Dark Cyan. HEX triplet: 01, 81 and 8D. RGB value is (1,129,141). Sum of RGB (Red+Green+Blue) = 1+129+141=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 129 (50.78% from 255 or 47.60% from 271); Blue value is 141 (55.47% from 255 or 52.03% from 271); Max value from RGB is 141 - color contains mainly: blue. Hex color #01818D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01818D is #FE7E72. Grayscale: #5B5B5B. Windows color (decimal): -16678515 or 9273601. OLE color: 9273601.

HSL color Cylindrical-coordinate representation of color #01818D: hue angle of 185.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01818D is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 129 141 -
CMYK 0.99 0.09 0 0.45
HSL 185.14º 0.99% 0.28% -
HSV(B) 185.14º 0.99% 0.55% -
XYZ 12.67 17.63 27.93 -
YUV 92.1 155.59 63.02 -
System Red Green Blue C M Y K H S L
Decimal 1 129 141 0.99 0.09 0 0.45 185.14 0.99 0.28
Hex 1 81 8D 63 9 0 2D B9 63 1C
Octal 1 201 215 143 11 0 55 271 143 34
Binary 1 10000001 10001101 1100011 1001 0 101101 10111001 1100011 11100

Color Harmonies of #01818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01818D

Black with #01818D

Text Example


Text Example

White with #01818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01818D; }

 p { color: rgb(1,129,141); }

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

background-color css

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

 a { background-color: rgb(1,129,141); }

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

border-color css

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

 span { border-color: rgb(1,129,141); }

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