Html Css Color HEX #05849D Eastern Blue

📋 copy color: '#05849D'

red 5 ◦ green 132 ◦ blue 157

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

Shades of Eastern Blue #05849D

Tints of Eastern Blue #05849D

RGB

 RED value IS 5 (2.34% from 255) = 1.7%

 GREEN value IS 132 (51.95% from 255) = 44.9%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 1.7%
G = 44.9%
B = 53.4%

CMYK

 C value IS 0.97

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#05849D (or 0x05849D) is known color: Eastern Blue. HEX triplet: 05, 84 and 9D. RGB value is (5,132,157). Sum of RGB (Red+Green+Blue) = 5+132+157=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #05849D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05849D is #FA7B62. Grayscale: #606060. Windows color (decimal): -16415587 or 10322949. OLE color: 10322949.

HSL color Cylindrical-coordinate representation of color #05849D: hue angle of 189.87º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05849D is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 132 157 -
CMYK 0.97 0.16 0 0.38
HSL 189.87º 0.94% 0.32% -
HSV(B) 189.87º 0.97% 0.62% -
XYZ 14.4 18.97 34.8 -
YUV 96.88 161.92 62.47 -
System Red Green Blue C M Y K H S L
Decimal 5 132 157 0.97 0.16 0 0.38 189.87 0.94 0.32
Hex 5 84 9D 61 10 0 26 BE 5E 20
Octal 5 204 235 141 20 0 46 276 136 40
Binary 101 10000100 10011101 1100001 10000 0 100110 10111110 1011110 100000

Color Harmonies of #05849D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05849D

Black with #05849D

Text Example


Text Example

White with #05849D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05849D;
 }
 .AnyTagClassName
 {
   color: #05849D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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