Html Css Color HEX #019298 Dark Cyan

📋 copy color: '#019298'

red 1 ◦ green 146 ◦ blue 152

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

Shades of Dark Cyan #019298

Tints of Dark Cyan #019298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.83%

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 0.33%
G = 48.83%
B = 50.84%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#019298 (or 0x019298) is known color: Dark Cyan. HEX triplet: 01, 92 and 98. RGB value is (1,146,152). Sum of RGB (Red+Green+Blue) = 1+146+152=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #019298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019298 is #FE6D67. Grayscale: #676767. Windows color (decimal): -16674152 or 9998849. OLE color: 9998849.

HSL color Cylindrical-coordinate representation of color #019298: hue angle of 182.38º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019298 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 1 146 152 -
CMYK 0.99 0.04 0 0.40
HSL 182.38º 0.99% 0.3% -
HSV(B) 182.38º 0.99% 0.6% -
XYZ 15.96 22.83 33.27 -
YUV 103.33 155.46 55.01 -
System Red Green Blue C M Y K H S L
Decimal 1 146 152 0.99 0.04 0 0.40 182.38 0.99 0.3
Hex 1 92 98 63 4 0 28 B6 63 1E
Octal 1 222 230 143 4 0 50 266 143 36
Binary 1 10010010 10011000 1100011 100 0 101000 10110110 1100011 11110

Color Harmonies of #019298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019298

Black with #019298

Text Example


Text Example

White with #019298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019298; }

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

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

background-color css

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

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

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

border-color css

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

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

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