Html Css Color HEX #01858B Dark Cyan

📋 copy color: '#01858B'

red 1 ◦ green 133 ◦ blue 139

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

Shades of Dark Cyan #01858B

Tints of Dark Cyan #01858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 0.37%
G = 48.72%
B = 50.92%

CMYK

 C value IS 0.99

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01858B (or 0x01858B) is known color: Dark Cyan. HEX triplet: 01, 85 and 8B. RGB value is (1,133,139). Sum of RGB (Red+Green+Blue) = 1+133+139=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #01858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01858B is #FE7A74. Grayscale: #5E5E5E. Windows color (decimal): -16677493 or 9143553. OLE color: 9143553.

HSL color Cylindrical-coordinate representation of color #01858B: hue angle of 182.61º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01858B is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 1 133 139 -
CMYK 0.99 0.04 0 0.45
HSL 182.61º 0.99% 0.27% -
HSV(B) 182.61º 0.99% 0.55% -
XYZ 13.06 18.65 27.34 -
YUV 94.22 153.27 61.51 -
System Red Green Blue C M Y K H S L
Decimal 1 133 139 0.99 0.04 0 0.45 182.61 0.99 0.27
Hex 1 85 8B 63 4 0 2D B7 63 1B
Octal 1 205 213 143 4 0 55 267 143 33
Binary 1 10000101 10001011 1100011 100 0 101101 10110111 1100011 11011

Color Harmonies of #01858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01858B

Black with #01858B

Text Example


Text Example

White with #01858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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