Html Css Color HEX #019198 Dark Cyan

📋 copy color: '#019198'

red 1 ◦ green 145 ◦ blue 152

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

Shades of Dark Cyan #019198

Tints of Dark Cyan #019198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.66%

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

R = 0.34%
G = 48.66%
B = 51.01%

CMYK

 C value IS 0.99

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#019198 (or 0x019198) is known color: Dark Cyan. HEX triplet: 01, 91 and 98. RGB value is (1,145,152). Sum of RGB (Red+Green+Blue) = 1+145+152=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #019198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019198 is #FE6E67. Grayscale: #666666. Windows color (decimal): -16674408 or 9998593. OLE color: 9998593.

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

Color convert

RGB 1 145 152 -
CMYK 0.99 0.05 0 0.40
HSL 182.78º 0.99% 0.3% -
HSV(B) 182.78º 0.99% 0.6% -
XYZ 15.81 22.52 33.22 -
YUV 102.74 155.79 55.43 -
System Red Green Blue C M Y K H S L
Decimal 1 145 152 0.99 0.05 0 0.40 182.78 0.99 0.3
Hex 1 91 98 63 5 0 28 B7 63 1E
Octal 1 221 230 143 5 0 50 267 143 36
Binary 1 10010001 10011000 1100011 101 0 101000 10110111 1100011 11110

Color Harmonies of #019198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019198

Black with #019198

Text Example


Text Example

White with #019198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019198; }

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

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

background-color css

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

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

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

border-color css

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

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

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