Html Css Color HEX #01899A Eastern Blue

📋 copy color: '#01899A'

red 1 ◦ green 137 ◦ blue 154

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

Shades of Eastern Blue #01899A

Tints of Eastern Blue #01899A

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 value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#01899A (or 0x01899A) is known color: 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

RGB 1 137 154 -
CMYK 0.99 0.11 0 0.40
HSL 186.67º 0.99% 0.3% -
HSV(B) 186.67º 0.99% 0.6% -
XYZ 14.79 20.23 33.7 -
YUV 98.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 1 137 154 0.99 0.11 0 0.40 186.67 0.99 0.3
Hex 1 89 9A 63 B 0 28 BB 63 1E
Octal 1 211 232 143 13 0 50 273 143 36
Binary 1 10001001 10011010 1100011 1011 0 101000 10111011 1100011 11110

Color Harmonies of #01899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01899A

Black with #01899A

Text Example


Text Example

White with #01899A

Text Example


Text Example

HTML Codes & Css Web 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>