Html Css Color HEX #01868E Dark Cyan

📋 copy color: '#01868E'

red 1 ◦ green 134 ◦ blue 142

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

Shades of Dark Cyan #01868E

Tints of Dark Cyan #01868E

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 134 (52.73% from 255) = 48.38%

 BLUE value IS 142 (55.86% from 255) = 51.26%

R = 0.36%
G = 48.38%
B = 51.26%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#01868E (or 0x01868E) is known color: Dark Cyan. HEX triplet: 01, 86 and 8E. RGB value is (1,134,142). Sum of RGB (Red+Green+Blue) = 1+134+142=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #01868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01868E is #FE7971. Grayscale: #5E5E5E. Windows color (decimal): -16677234 or 9340417. OLE color: 9340417.

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

Color convert

RGB 1 134 142 -
CMYK 0.99 0.06 0 0.44
HSL 183.4º 0.99% 0.28% -
HSV(B) 183.4º 0.99% 0.56% -
XYZ 13.42 19.01 28.55 -
YUV 95.15 154.44 60.85 -
System Red Green Blue C M Y K H S L
Decimal 1 134 142 0.99 0.06 0 0.44 183.4 0.99 0.28
Hex 1 86 8E 63 6 0 2C B7 63 1C
Octal 1 206 216 143 6 0 54 267 143 34
Binary 1 10000110 10001110 1100011 110 0 101100 10110111 1100011 11100

Color Harmonies of #01868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01868E

Black with #01868E

Text Example


Text Example

White with #01868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01868E;
 }
 .AnyTagClassName
 {
   color: #01868E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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