Html Css Color HEX #01899B Eastern Blue

📋 copy color: '#01899B'

red 1 ◦ green 137 ◦ blue 155

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

Shades of Eastern Blue #01899B

Tints of Eastern Blue #01899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 0.34%
G = 46.76%
B = 52.9%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#01899B (or 0x01899B) is known color: Eastern Blue. HEX triplet: 01, 89 and 9B. RGB value is (1,137,155). Sum of RGB (Red+Green+Blue) = 1+137+155=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #01899B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01899B is #FE7664. Grayscale: #626262. Windows color (decimal): -16676453 or 10193153. OLE color: 10193153.

HSL color Cylindrical-coordinate representation of color #01899B: hue angle of 187.01º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01899B is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 1 137 155 -
CMYK 0.99 0.12 0 0.39
HSL 187.01º 0.99% 0.31% -
HSV(B) 187.01º 0.99% 0.61% -
XYZ 14.87 20.26 34.14 -
YUV 98.39 159.94 58.54 -
System Red Green Blue C M Y K H S L
Decimal 1 137 155 0.99 0.12 0 0.39 187.01 0.99 0.31
Hex 1 89 9B 63 C 0 27 BB 63 1F
Octal 1 211 233 143 14 0 47 273 143 37
Binary 1 10001001 10011011 1100011 1100 0 100111 10111011 1100011 11111

Color Harmonies of #01899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01899B

Black with #01899B

Text Example


Text Example

White with #01899B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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