Html Css Color HEX #01889E Eastern Blue

📋 copy color: '#01889E'

red 1 ◦ green 136 ◦ blue 158

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

Shades of Eastern Blue #01889E

Tints of Eastern Blue #01889E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.1%

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

R = 0.34%
G = 46.1%
B = 53.56%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01889E (or 0x01889E) is known color: Eastern Blue. HEX triplet: 01, 88 and 9E. RGB value is (1,136,158). Sum of RGB (Red+Green+Blue) = 1+136+158=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 158 (62.11% from 255 or 53.56% from 295); Max value from RGB is 158 - color contains mainly: blue. Hex color #01889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01889E is #FE7761. Grayscale: #616161. Windows color (decimal): -16676706 or 10389505. OLE color: 10389505.

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

Color convert

RGB 1 136 158 -
CMYK 0.99 0.14 0 0.38
HSL 188.41º 0.99% 0.31% -
HSV(B) 188.41º 0.99% 0.62% -
XYZ 14.99 20.08 35.43 -
YUV 98.14 161.77 58.71 -
System Red Green Blue C M Y K H S L
Decimal 1 136 158 0.99 0.14 0 0.38 188.41 0.99 0.31
Hex 1 88 9E 63 E 0 26 BC 63 1F
Octal 1 210 236 143 16 0 46 274 143 37
Binary 1 10001000 10011110 1100011 1110 0 100110 10111100 1100011 11111

Color Harmonies of #01889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01889E

Black with #01889E

Text Example


Text Example

White with #01889E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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