Html Css Color HEX #02858D Dark Cyan

📋 copy color: '#02858D'

red 2 ◦ green 133 ◦ blue 141

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

Shades of Dark Cyan #02858D

Tints of Dark Cyan #02858D

RGB

 RED value IS 2 (1.17% from 255) = 0.72%

 GREEN value IS 133 (52.34% from 255) = 48.19%

 BLUE value IS 141 (55.47% from 255) = 51.09%

R = 0.72%
G = 48.19%
B = 51.09%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02858D (or 0x02858D) is known color: Dark Cyan. HEX triplet: 02, 85 and 8D. RGB value is (2,133,141). Sum of RGB (Red+Green+Blue) = 2+133+141=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 133 (52.34% from 255 or 48.19% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #02858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02858D is #FD7A72. Grayscale: #5E5E5E. Windows color (decimal): -16611955 or 9274626. OLE color: 9274626.

HSL color Cylindrical-coordinate representation of color #02858D: hue angle of 183.45º 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 #02858D is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 133 141 -
CMYK 0.99 0.06 0 0.45
HSL 183.45º 0.97% 0.28% -
HSV(B) 183.45º 0.99% 0.55% -
XYZ 13.22 18.71 28.11 -
YUV 94.74 154.1 61.85 -
System Red Green Blue C M Y K H S L
Decimal 2 133 141 0.99 0.06 0 0.45 183.45 0.97 0.28
Hex 2 85 8D 63 6 0 2D B7 61 1C
Octal 2 205 215 143 6 0 55 267 141 34
Binary 10 10000101 10001101 1100011 110 0 101101 10110111 1100001 11100

Color Harmonies of #02858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02858D

Black with #02858D

Text Example


Text Example

White with #02858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,133,141); }

 H1.HeaderClassName
 {
   color: #02858D;
 }
 .AnyTagClassName
 {
   color: #02858D;
 }
</style>

background-color css

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

 a { background-color: rgb(2,133,141); }

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

border-color css

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

 span { border-color: rgb(2,133,141); }

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