Html Css Color HEX #01858D Dark Cyan

📋 copy color: '#01858D'

red 1 ◦ green 133 ◦ blue 141

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

Shades of Dark Cyan #01858D

Tints of Dark Cyan #01858D

RGB

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

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

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

R = 0.36%
G = 48.36%
B = 51.27%

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

#01858D (or 0x01858D) is known color: Dark Cyan. HEX triplet: 01, 85 and 8D. RGB value is (1,133,141). Sum of RGB (Red+Green+Blue) = 1+133+141=275 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #01858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01858D is #FE7A72. Grayscale: #5E5E5E. Windows color (decimal): -16677491 or 9274625. OLE color: 9274625.

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

Color convert

RGB 1 133 141 -
CMYK 0.99 0.06 0 0.45
HSL 183.43º 0.99% 0.28% -
HSV(B) 183.43º 0.99% 0.55% -
XYZ 13.21 18.7 28.11 -
YUV 94.44 154.27 61.35 -
System Red Green Blue C M Y K H S L
Decimal 1 133 141 0.99 0.06 0 0.45 183.43 0.99 0.28
Hex 1 85 8D 63 6 0 2D B7 63 1C
Octal 1 205 215 143 6 0 55 267 143 34
Binary 1 10000101 10001101 1100011 110 0 101101 10110111 1100011 11100

Color Harmonies of #01858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01858D

Black with #01858D

Text Example


Text Example

White with #01858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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