Html Css Color HEX #01958D Dark Cyan

📋 copy color: '#01958D'

red 1 ◦ green 149 ◦ blue 141

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

Shades of Dark Cyan #01958D

Tints of Dark Cyan #01958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.2%

 BLUE value IS 141 (55.47% from 255) = 48.45%

R = 0.34%
G = 51.2%
B = 48.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#01958D (or 0x01958D) is known color: Dark Cyan. HEX triplet: 01, 95 and 8D. RGB value is (1,149,141). Sum of RGB (Red+Green+Blue) = 1+149+141=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #01958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01958D is #FE6A72. Grayscale: #676767. Windows color (decimal): -16673395 or 9278721. OLE color: 9278721.

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

Color convert

RGB 1 149 141 -
CMYK 0.99 0 0.05 0.42
HSL 176.76º 0.99% 0.29% -
HSV(B) 176.76º 0.99% 0.58% -
XYZ 15.57 23.42 28.9 -
YUV 103.84 148.97 54.65 -
System Red Green Blue C M Y K H S L
Decimal 1 149 141 0.99 0 0.05 0.42 176.76 0.99 0.29
Hex 1 95 8D 63 0 5 2A B1 63 1D
Octal 1 225 215 143 0 5 52 261 143 35
Binary 1 10010101 10001101 1100011 0 101 101010 10110001 1100011 11101

Color Harmonies of #01958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01958D

Black with #01958D

Text Example


Text Example

White with #01958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01958D; }

 p { color: rgb(1,149,141); }

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

background-color css

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

 a { background-color: rgb(1,149,141); }

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

border-color css

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

 span { border-color: rgb(1,149,141); }

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