Html Css Color HEX #01958B Dark Cyan

📋 copy color: '#01958B'

red 1 ◦ green 149 ◦ blue 139

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

Shades of Dark Cyan #01958B

Tints of Dark Cyan #01958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.1%

R = 0.35%
G = 51.56%
B = 48.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#01958B (or 0x01958B) is known color: Dark Cyan. HEX triplet: 01, 95 and 8B. RGB value is (1,149,139). Sum of RGB (Red+Green+Blue) = 1+149+139=289 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #01958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01958B is #FE6A74. Grayscale: #676767. Windows color (decimal): -16673397 or 9147649. OLE color: 9147649.

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

Color convert

RGB 1 149 139 -
CMYK 0.99 0 0.07 0.42
HSL 175.95º 0.99% 0.29% -
HSV(B) 175.95º 0.99% 0.58% -
XYZ 15.42 23.37 28.12 -
YUV 103.61 147.97 54.81 -
System Red Green Blue C M Y K H S L
Decimal 1 149 139 0.99 0 0.07 0.42 175.95 0.99 0.29
Hex 1 95 8B 63 0 7 2A B0 63 1D
Octal 1 225 213 143 0 7 52 260 143 35
Binary 1 10010101 10001011 1100011 0 111 101010 10110000 1100011 11101

Color Harmonies of #01958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01958B

Black with #01958B

Text Example


Text Example

White with #01958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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