Html Css Color HEX #018492 Dark Cyan

📋 copy color: '#018492'

red 1 ◦ green 132 ◦ blue 146

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

Shades of Dark Cyan #018492

Tints of Dark Cyan #018492

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

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

R = 0.36%
G = 47.31%
B = 52.33%

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

#018492 (or 0x018492) is known color: Dark Cyan. HEX triplet: 01, 84 and 92. RGB value is (1,132,146). Sum of RGB (Red+Green+Blue) = 1+132+146=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #018492 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018492 is #FE7B6D. Grayscale: #5E5E5E. Windows color (decimal): -16677742 or 9602049. OLE color: 9602049.

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

Color convert

RGB 1 132 146 -
CMYK 0.99 0.10 0 0.43
HSL 185.79º 0.99% 0.29% -
HSV(B) 185.79º 0.99% 0.57% -
XYZ 13.45 18.58 30.07 -
YUV 94.43 157.1 61.36 -
System Red Green Blue C M Y K H S L
Decimal 1 132 146 0.99 0.10 0 0.43 185.79 0.99 0.29
Hex 1 84 92 63 A 0 2B BA 63 1D
Octal 1 204 222 143 12 0 53 272 143 35
Binary 1 10000100 10010010 1100011 1010 0 101011 10111010 1100011 11101

Color Harmonies of #018492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018492

Black with #018492

Text Example


Text Example

White with #018492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018492; }

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

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

background-color css

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

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

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

border-color css

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

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

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