#01848E

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

Shades of Dark Cyan #01848E

Tints of Dark Cyan #01848E

Color information

#01848E (or 0x01848E) is unknown color: approx Dark Cyan. HEX triplet: 01, 84 and 8E. RGB value is (1,132,142). Sum of RGB (Red+Green+Blue) = 1+132+142=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #01848E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01848E is #FE7B71. Grayscale: #5D5D5D. Windows color (decimal): -16677746 or 9339905. OLE color: 9339905.

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

Color convert

RGB1132142-
CMYK0.990.0700.44
HSL184.26º98.6%28.04%-
HSV(B)184.26º99.3%55.69%-
XYZ13.1518.4628.46-
YUV93.97155.161.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=0.36%
G=48%
B=51.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11321420.990.0700.44184.2698.628.04
Hex1848E63702Cb8631c
Octal1204216143705427014334
Binary110000100100011101100011111010110010111000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01848E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01848E; }

 p { color: rgb(1,132,142); }

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

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

 a { background-color: rgb(1,132,142); }

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

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

 span { border-color: rgb(1,132,142); }

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