Html Css Color HEX #01829F Eastern Blue

📋 copy color: '#01829F'

red 1 ◦ green 130 ◦ blue 159

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

Shades of Eastern Blue #01829F

Tints of Eastern Blue #01829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 54.83%

R = 0.34%
G = 44.83%
B = 54.83%

CMYK

 C value IS 0.99

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01829F (or 0x01829F) is known color: Eastern Blue. HEX triplet: 01, 82 and 9F. RGB value is (1,130,159). Sum of RGB (Red+Green+Blue) = 1+130+159=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #01829F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01829F is #FE7D60. Grayscale: #5E5E5E. Windows color (decimal): -16678241 or 10453505. OLE color: 10453505.

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

Color convert

RGB 1 130 159 -
CMYK 0.99 0.18 0 0.38
HSL 191.01º 0.99% 0.31% -
HSV(B) 191.01º 0.99% 0.62% -
XYZ 14.25 18.47 35.62 -
YUV 94.74 164.26 61.14 -
System Red Green Blue C M Y K H S L
Decimal 1 130 159 0.99 0.18 0 0.38 191.01 0.99 0.31
Hex 1 82 9F 63 12 0 26 BF 63 1F
Octal 1 202 237 143 22 0 46 277 143 37
Binary 1 10000010 10011111 1100011 10010 0 100110 10111111 1100011 11111

Color Harmonies of #01829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01829F

Black with #01829F

Text Example


Text Example

White with #01829F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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