Html Css Color HEX #01828A Dark Cyan

📋 copy color: '#01828A'

red 1 ◦ green 130 ◦ blue 138

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

Shades of Dark Cyan #01828A

Tints of Dark Cyan #01828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 51.3%

R = 0.37%
G = 48.33%
B = 51.3%

CMYK

 C value IS 0.99

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#01828A (or 0x01828A) is known color: Dark Cyan. HEX triplet: 01, 82 and 8A. RGB value is (1,130,138). Sum of RGB (Red+Green+Blue) = 1+130+138=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #01828A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01828A is #FE7D75. Grayscale: #5C5C5C. Windows color (decimal): -16678262 or 9077249. OLE color: 9077249.

HSL color Cylindrical-coordinate representation of color #01828A: hue angle of 183.5º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01828A is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 130 138 -
CMYK 0.99 0.06 0 0.46
HSL 183.5º 0.99% 0.27% -
HSV(B) 183.5º 0.99% 0.54% -
XYZ 12.58 17.81 26.82 -
YUV 92.34 153.76 62.85 -
System Red Green Blue C M Y K H S L
Decimal 1 130 138 0.99 0.06 0 0.46 183.5 0.99 0.27
Hex 1 82 8A 63 6 0 2E B8 63 1B
Octal 1 202 212 143 6 0 56 270 143 33
Binary 1 10000010 10001010 1100011 110 0 101110 10111000 1100011 11011

Color Harmonies of #01828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01828A

Black with #01828A

Text Example


Text Example

White with #01828A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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