Html Css Color HEX #01889B Eastern Blue

📋 copy color: '#01889B'

red 1 ◦ green 136 ◦ blue 155

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

Shades of Eastern Blue #01889B

Tints of Eastern Blue #01889B

RGB

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

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

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

R = 0.34%
G = 46.58%
B = 53.08%

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

#01889B (or 0x01889B) is known color: Eastern Blue. HEX triplet: 01, 88 and 9B. RGB value is (1,136,155). Sum of RGB (Red+Green+Blue) = 1+136+155=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 136 (53.52% from 255 or 46.58% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #01889B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01889B is #FE7764. Grayscale: #616161. Windows color (decimal): -16676709 or 10192897. OLE color: 10192897.

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

Color convert

RGB 1 136 155 -
CMYK 0.99 0.12 0 0.39
HSL 187.4º 0.99% 0.31% -
HSV(B) 187.4º 0.99% 0.61% -
XYZ 14.73 19.98 34.09 -
YUV 97.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 1 136 155 0.99 0.12 0 0.39 187.4 0.99 0.31
Hex 1 88 9B 63 C 0 27 BB 63 1F
Octal 1 210 233 143 14 0 47 273 143 37
Binary 1 10001000 10011011 1100011 1100 0 100111 10111011 1100011 11111

Color Harmonies of #01889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01889B

Black with #01889B

Text Example


Text Example

White with #01889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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