#01899A

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

Shades of Eastern Blue #01899A

Tints of Eastern Blue #01899A

Color information

#01899A (or 0x01899A) is unknown color: approx Eastern Blue. HEX triplet: 01, 89 and 9A. RGB value is (1,137,154). Sum of RGB (Red+Green+Blue) = 1+137+154=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #01899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01899A is #FE7665. Grayscale: #626262. Windows color (decimal): -16676454 or 10127617. OLE color: 10127617.

HSL color Cylindrical-coordinate representation of color #01899A: hue angle of 186.67º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01899A is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1137154-
CMYK0.990.1100.40
HSL186.67º98.71%30.39%-
HSV(B)186.67º99.35%60.39%-
XYZ14.7920.2333.7-
YUV98.27159.4458.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 137 (53.91% from 255) = 46.92%
BLUE value IS 154 (60.55% from 255) = 52.74%
R=0.34%
G=46.92%
B=52.74%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11371540.990.1100.40186.6798.7130.39
Hex1899A63B028bb631e
Octal12112321431305027314336
Binary1100010011001101011000111011010100010111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #01899A;
 }
 .AnyTagClassName
 {
   color: #01899A;
 }
</style>
background-color css

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

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

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

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

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

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