#02868A

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

Shades of Dark Cyan #02868A

Tints of Dark Cyan #02868A

Color information

#02868A (or 0x02868A) is unknown color: approx Dark Cyan. HEX triplet: 02, 86 and 8A. RGB value is (2,134,138). Sum of RGB (Red+Green+Blue) = 2+134+138=274 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #02868A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02868A is #FD7975. Grayscale: #5E5E5E. Windows color (decimal): -16611702 or 9078274. OLE color: 9078274.

HSL color Cylindrical-coordinate representation of color #02868A: hue angle of 181.76º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02868A is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2134138-
CMYK0.990.0300.46
HSL181.76º97.14%27.45%-
HSV(B)181.76º98.55%54.12%-
XYZ13.1418.927-
YUV94.99152.2761.67-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.73%
GREEN value IS 134 (52.73% from 255) = 48.91%
BLUE value IS 138 (54.30% from 255) = 50.36%
R=0.73%
G=48.91%
B=50.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal21341380.990.0300.46181.7697.1427.45
Hex2868A63302Eb6611b
Octal2206212143305626614133
Binary101000011010001010110001111010111010110110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02868A; }

 p { color: rgb(2,134,138); }

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

<style>
 a { background-color: #02868A; }

 a { background-color: rgb(2,134,138); }

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

<style>
 span { border-color: #02868A; }

 span { border-color: rgb(2,134,138); }

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