#01889E

Color #01889E Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #01889E

Tints of Eastern Blue #01889E

Color information

#01889E (or 0x01889E) is unknown color: approx 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

RGB1136158-
CMYK0.990.1400.38
HSL188.41º98.74%31.18%-
HSV(B)188.41º99.37%61.96%-
XYZ14.9920.0835.43-
YUV98.14161.7758.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 158 (62.11% from 255) = 53.56%
R=0.34%
G=46.10%
B=53.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11361580.990.1400.38188.4198.7431.18
Hex1889E63E026bc631f
Octal12102361431604627414337
Binary1100010001001111011000111110010011010111100110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>