#01849D

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

Shades of Eastern Blue #01849D

Tints of Eastern Blue #01849D

Color information

#01849D (or 0x01849D) is unknown color: approx Eastern Blue. HEX triplet: 01, 84 and 9D. RGB value is (1,132,157). Sum of RGB (Red+Green+Blue) = 1+132+157=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #01849D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #01849D is #FE7B62. Grayscale: #5F5F5F. Windows color (decimal): -16677731 or 10322945. OLE color: 10322945.

HSL color Cylindrical-coordinate representation of color #01849D: hue angle of 189.62º 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 #01849D is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1132157-
CMYK0.990.1600.38
HSL189.62º98.73%30.98%-
HSV(B)189.62º99.36%61.57%-
XYZ14.3518.9434.8-
YUV95.68162.660.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.34%
GREEN value IS 132 (51.95% from 255) = 45.52%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=0.34%
G=45.52%
B=54.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal11321570.990.1600.38189.6298.7330.98
Hex1849D6310026be631f
Octal12042351432004627614337
Binary11000010010011101110001110000010011010111110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01849D; }

 p { color: rgb(1,132,157); }

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

<style>
 a { background-color: #01849D; }

 a { background-color: rgb(1,132,157); }

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

<style>
 span { border-color: #01849D; }

 span { border-color: rgb(1,132,157); }

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