#01838D

Color #01838D Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #01838D

Tints of Dark Cyan #01838D

Color information

#01838D (or 0x01838D) is unknown color: approx Dark Cyan. HEX triplet: 01, 83 and 8D. RGB value is (1,131,141). Sum of RGB (Red+Green+Blue) = 1+131+141=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #01838D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01838D is #FE7C72. Grayscale: #5D5D5D. Windows color (decimal): -16678003 or 9274113. OLE color: 9274113.

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

Color convert

RGB1131141-
CMYK0.990.0700.45
HSL184.29º98.59%27.84%-
HSV(B)184.29º99.29%55.29%-
XYZ12.9418.1628.02-
YUV93.27154.9362.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=0.37%
G=47.99%
B=51.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11311410.990.0700.45184.2998.5927.84
Hex1838D63702Db8631c
Octal1203215143705527014334
Binary110000011100011011100011111010110110111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01838D;
 }
 .AnyTagClassName
 {
   color: #01838D;
 }
</style>
background-color css

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

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

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

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

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

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