Html Css Color HEX #018593 Dark Cyan

📋 copy color: '#018593'

red 1 ◦ green 133 ◦ blue 147

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

Shades of Dark Cyan #018593

Tints of Dark Cyan #018593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.33%

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 0.36%
G = 47.33%
B = 52.31%

CMYK

 C value IS 0.99

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#018593 (or 0x018593) is known color: Dark Cyan. HEX triplet: 01, 85 and 93. RGB value is (1,133,147). Sum of RGB (Red+Green+Blue) = 1+133+147=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #018593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018593 is #FE7A6C. Grayscale: #5E5E5E. Windows color (decimal): -16677485 or 9667841. OLE color: 9667841.

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

Color convert

RGB 1 133 147 -
CMYK 0.99 0.10 0 0.42
HSL 185.75º 0.99% 0.29% -
HSV(B) 185.75º 0.99% 0.58% -
XYZ 13.67 18.89 30.53 -
YUV 95.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 1 133 147 0.99 0.10 0 0.42 185.75 0.99 0.29
Hex 1 85 93 63 A 0 2A BA 63 1D
Octal 1 205 223 143 12 0 52 272 143 35
Binary 1 10000101 10010011 1100011 1010 0 101010 10111010 1100011 11101

Color Harmonies of #018593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018593

Black with #018593

Text Example


Text Example

White with #018593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018593; }

 p { color: rgb(1,133,147); }

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

background-color css

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

 a { background-color: rgb(1,133,147); }

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

border-color css

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

 span { border-color: rgb(1,133,147); }

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