Html Css Color HEX #05839B Eastern Blue

📋 copy color: '#05839B'

red 5 ◦ green 131 ◦ blue 155

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

Shades of Eastern Blue #05839B

Tints of Eastern Blue #05839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.02%

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

R = 1.72%
G = 45.02%
B = 53.26%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#05839B (or 0x05839B) is known color: Eastern Blue. HEX triplet: 05, 83 and 9B. RGB value is (5,131,155). Sum of RGB (Red+Green+Blue) = 5+131+155=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 131 (51.56% from 255 or 45.02% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #05839B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05839B is #FA7C64. Grayscale: #5F5F5F. Windows color (decimal): -16415845 or 10191621. OLE color: 10191621.

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

Color convert

RGB 5 131 155 -
CMYK 0.97 0.15 0 0.39
HSL 189.6º 0.94% 0.31% -
HSV(B) 189.6º 0.97% 0.61% -
XYZ 14.1 18.63 33.86 -
YUV 96.06 161.26 63.05 -
System Red Green Blue C M Y K H S L
Decimal 5 131 155 0.97 0.15 0 0.39 189.6 0.94 0.31
Hex 5 83 9B 61 F 0 27 BE 5E 1F
Octal 5 203 233 141 17 0 47 276 136 37
Binary 101 10000011 10011011 1100001 1111 0 100111 10111110 1011110 11111

Color Harmonies of #05839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05839B

Black with #05839B

Text Example


Text Example

White with #05839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,131,155); }

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

background-color css

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

 a { background-color: rgb(5,131,155); }

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

border-color css

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

 span { border-color: rgb(5,131,155); }

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