Html Css Color HEX #01808B Dark Cyan

📋 copy color: '#01808B'

red 1 ◦ green 128 ◦ blue 139

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

Shades of Dark Cyan #01808B

Tints of Dark Cyan #01808B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

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

R = 0.37%
G = 47.76%
B = 51.87%

CMYK

 C value IS 0.99

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01808B (or 0x01808B) is known color: Dark Cyan. HEX triplet: 01, 80 and 8B. RGB value is (1,128,139). Sum of RGB (Red+Green+Blue) = 1+128+139=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #01808B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01808B is #FE7F74. Grayscale: #5B5B5B. Windows color (decimal): -16678773 or 9142273. OLE color: 9142273.

HSL color Cylindrical-coordinate representation of color #01808B: hue angle of 184.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01808B is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 128 139 -
CMYK 0.99 0.08 0 0.45
HSL 184.78º 0.99% 0.27% -
HSV(B) 184.78º 0.99% 0.55% -
XYZ 12.39 17.31 27.11 -
YUV 91.28 154.92 63.61 -
System Red Green Blue C M Y K H S L
Decimal 1 128 139 0.99 0.08 0 0.45 184.78 0.99 0.27
Hex 1 80 8B 63 8 0 2D B9 63 1B
Octal 1 200 213 143 10 0 55 271 143 33
Binary 1 10000000 10001011 1100011 1000 0 101101 10111001 1100011 11011

Color Harmonies of #01808B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01808B

Black with #01808B

Text Example


Text Example

White with #01808B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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