Html Css Color HEX #01829C Eastern Blue

📋 copy color: '#01829C'

red 1 ◦ green 130 ◦ blue 156

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

Shades of Eastern Blue #01829C

Tints of Eastern Blue #01829C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 54.36%

R = 0.35%
G = 45.3%
B = 54.36%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01829C (or 0x01829C) is known color: Eastern Blue. HEX triplet: 01, 82 and 9C. RGB value is (1,130,156). Sum of RGB (Red+Green+Blue) = 1+130+156=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #01829C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01829C is #FE7D63. Grayscale: #5E5E5E. Windows color (decimal): -16678244 or 10256897. OLE color: 10256897.

HSL color Cylindrical-coordinate representation of color #01829C: hue angle of 190.06º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01829C is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 130 156 -
CMYK 0.99 0.17 0 0.39
HSL 190.06º 0.99% 0.31% -
HSV(B) 190.06º 0.99% 0.61% -
XYZ 14 18.37 34.26 -
YUV 94.39 162.76 61.39 -
System Red Green Blue C M Y K H S L
Decimal 1 130 156 0.99 0.17 0 0.39 190.06 0.99 0.31
Hex 1 82 9C 63 11 0 27 BE 63 1F
Octal 1 202 234 143 21 0 47 276 143 37
Binary 1 10000010 10011100 1100011 10001 0 100111 10111110 1100011 11111

Color Harmonies of #01829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01829C

Black with #01829C

Text Example


Text Example

White with #01829C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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