Html Css Color HEX #018592 Dark Cyan

📋 copy color: '#018592'

red 1 ◦ green 133 ◦ blue 146

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

Shades of Dark Cyan #018592

Tints of Dark Cyan #018592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 0.36%
G = 47.5%
B = 52.14%

CMYK

 C value IS 0.99

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#018592 (or 0x018592) is known color: Dark Cyan. HEX triplet: 01, 85 and 92. RGB value is (1,133,146). Sum of RGB (Red+Green+Blue) = 1+133+146=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 133 (52.34% from 255 or 47.5% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #018592 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018592 is #FE7A6D. Grayscale: #5E5E5E. Windows color (decimal): -16677486 or 9602305. OLE color: 9602305.

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

Color convert

RGB 1 133 146 -
CMYK 0.99 0.09 0 0.43
HSL 185.38º 0.99% 0.29% -
HSV(B) 185.38º 0.99% 0.57% -
XYZ 13.59 18.86 30.12 -
YUV 95.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 1 133 146 0.99 0.09 0 0.43 185.38 0.99 0.29
Hex 1 85 92 63 9 0 2B B9 63 1D
Octal 1 205 222 143 11 0 53 271 143 35
Binary 1 10000101 10010010 1100011 1001 0 101011 10111001 1100011 11101

Color Harmonies of #018592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018592

Black with #018592

Text Example


Text Example

White with #018592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018592; }

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

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

background-color css

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

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

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

border-color css

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

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

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