#048DA5

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

Shades of Eastern Blue #048DA5

Tints of Eastern Blue #048DA5

Color information

#048DA5 (or 0x048DA5) is unknown color: approx Eastern Blue. HEX triplet: 04, 8D and A5. RGB value is (4,141,165). Sum of RGB (Red+Green+Blue) = 4+141+165=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #048DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048DA5 is #FB725A. Grayscale: #666666. Windows color (decimal): -16478811 or 10849540. OLE color: 10849540.

HSL color Cylindrical-coordinate representation of color #048DA5: hue angle of 188.94º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048DA5 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4141165-
CMYK0.980.1500.35
HSL188.94º95.27%33.14%-
HSV(B)188.94º97.58%64.71%-
XYZ16.3721.7938.94-
YUV102.77163.1157.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 165 (64.84% from 255) = 53.23%
R=1.29%
G=45.48%
B=53.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal41411650.980.1500.35188.9495.2733.14
Hex48DA562F023bd5f21
Octal42152451421704327513741
Binary1001000110110100101110001011110100011101111011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048DA5; }

 p { color: rgb(4,141,165); }

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

<style>
 a { background-color: #048DA5; }

 a { background-color: rgb(4,141,165); }

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

<style>
 span { border-color: #048DA5; }

 span { border-color: rgb(4,141,165); }

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