#02868B

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

Shades of Dark Cyan #02868B

Tints of Dark Cyan #02868B

Color information

#02868B (or 0x02868B) is unknown color: approx Dark Cyan. HEX triplet: 02, 86 and 8B. RGB value is (2,134,139). Sum of RGB (Red+Green+Blue) = 2+134+139=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 134 (52.73% from 255 or 48.73% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #02868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02868B is #FD7974. Grayscale: #5E5E5E. Windows color (decimal): -16611701 or 9143810. OLE color: 9143810.

HSL color Cylindrical-coordinate representation of color #02868B: hue angle of 182.19º degrees, saturation: 0.97, 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 #02868B is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2134139-
CMYK0.990.0400.45
HSL182.19º97.16%27.65%-
HSV(B)182.19º98.56%54.51%-
XYZ13.2118.9327.38-
YUV95.1152.7761.59-

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.73%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=0.73%
G=48.73%
B=50.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21341390.990.0400.45182.1997.1627.65
Hex2868B63402Db6611c
Octal2206213143405526614134
Binary1010000110100010111100011100010110110110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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