Html Css Color HEX #01849D Eastern Blue

📋 copy color: '#01849D'

red 1 ◦ green 132 ◦ blue 157

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

Shades of Eastern Blue #01849D

Tints of Eastern Blue #01849D

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

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#01849D (or 0x01849D) is known color: 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

RGB 1 132 157 -
CMYK 0.99 0.16 0 0.38
HSL 189.62º 0.99% 0.31% -
HSV(B) 189.62º 0.99% 0.62% -
XYZ 14.35 18.94 34.8 -
YUV 95.68 162.6 60.47 -
System Red Green Blue C M Y K H S L
Decimal 1 132 157 0.99 0.16 0 0.38 189.62 0.99 0.31
Hex 1 84 9D 63 10 0 26 BE 63 1F
Octal 1 204 235 143 20 0 46 276 143 37
Binary 1 10000100 10011101 1100011 10000 0 100110 10111110 1100011 11111

Color Harmonies of #01849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01849D

Black with #01849D

Text Example


Text Example

White with #01849D

Text Example


Text Example

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