Html Css Color HEX #01828C Dark Cyan

📋 copy color: '#01828C'

red 1 ◦ green 130 ◦ blue 140

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

Shades of Dark Cyan #01828C

Tints of Dark Cyan #01828C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

 BLUE value IS 140 (55.08% from 255) = 51.66%

R = 0.37%
G = 47.97%
B = 51.66%

CMYK

 C value IS 0.99

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#01828C (or 0x01828C) is known color: Dark Cyan. HEX triplet: 01, 82 and 8C. RGB value is (1,130,140). Sum of RGB (Red+Green+Blue) = 1+130+140=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #01828C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01828C is #FE7D73. Grayscale: #5C5C5C. Windows color (decimal): -16678260 or 9208321. OLE color: 9208321.

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

Color convert

RGB 1 130 140 -
CMYK 0.99 0.07 0 0.45
HSL 184.32º 0.99% 0.28% -
HSV(B) 184.32º 0.99% 0.55% -
XYZ 12.73 17.87 27.59 -
YUV 92.57 154.76 62.69 -
System Red Green Blue C M Y K H S L
Decimal 1 130 140 0.99 0.07 0 0.45 184.32 0.99 0.28
Hex 1 82 8C 63 7 0 2D B8 63 1C
Octal 1 202 214 143 7 0 55 270 143 34
Binary 1 10000010 10001100 1100011 111 0 101101 10111000 1100011 11100

Color Harmonies of #01828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01828C

Black with #01828C

Text Example


Text Example

White with #01828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01828C; }

 p { color: rgb(1,130,140); }

 H1.HeaderClassName
 {
   color: #01828C;
 }
 .AnyTagClassName
 {
   color: #01828C;
 }
</style>

background-color css

<style>
 a { background-color: #01828C; }

 a { background-color: rgb(1,130,140); }

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

border-color css

<style>
 span { border-color: #01828C; }

 span { border-color: rgb(1,130,140); }

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