Html Css Color HEX #01899E Eastern Blue

📋 copy color: '#01899E'

red 1 ◦ green 137 ◦ blue 158

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

Shades of Eastern Blue #01899E

Tints of Eastern Blue #01899E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.28%

 BLUE value IS 158 (62.11% from 255) = 53.38%

R = 0.34%
G = 46.28%
B = 53.38%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01899E (or 0x01899E) is known color: Eastern Blue. HEX triplet: 01, 89 and 9E. RGB value is (1,137,158). Sum of RGB (Red+Green+Blue) = 1+137+158=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #01899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01899E is #FE7661. Grayscale: #626262. Windows color (decimal): -16676450 or 10389761. OLE color: 10389761.

HSL color Cylindrical-coordinate representation of color #01899E: hue angle of 188.03º 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 #01899E is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 1 137 158 -
CMYK 0.99 0.13 0 0.38
HSL 188.03º 0.99% 0.31% -
HSV(B) 188.03º 0.99% 0.62% -
XYZ 15.13 20.37 35.48 -
YUV 98.73 161.44 58.29 -
System Red Green Blue C M Y K H S L
Decimal 1 137 158 0.99 0.13 0 0.38 188.03 0.99 0.31
Hex 1 89 9E 63 D 0 26 BC 63 1F
Octal 1 211 236 143 15 0 46 274 143 37
Binary 1 10001001 10011110 1100011 1101 0 100110 10111100 1100011 11111

Color Harmonies of #01899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01899E

Black with #01899E

Text Example


Text Example

White with #01899E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01899E; }

 p { color: rgb(1,137,158); }

 H1.HeaderClassName
 {
   color: #01899E;
 }
 .AnyTagClassName
 {
   color: #01899E;
 }
</style>

background-color css

<style>
 a { background-color: #01899E; }

 a { background-color: rgb(1,137,158); }

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

border-color css

<style>
 span { border-color: #01899E; }

 span { border-color: rgb(1,137,158); }

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