Html Css Color HEX #048095 Eastern Blue

📋 copy color: '#048095'

red 4 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #048095

Tints of Eastern Blue #048095

RGB

 RED value IS 4 (1.95% from 255) = 1.42%

 GREEN value IS 128 (50.39% from 255) = 45.55%

 BLUE value IS 149 (58.59% from 255) = 53.02%

R = 1.42%
G = 45.55%
B = 53.02%

CMYK

 C value IS 0.97

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#048095 (or 0x048095) is known color: Eastern Blue. HEX triplet: 04, 80 and 95. RGB value is (4,128,149). Sum of RGB (Red+Green+Blue) = 4+128+149=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #048095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048095 is #FB7F6A. Grayscale: #5D5D5D. Windows color (decimal): -16482155 or 9797636. OLE color: 9797636.

HSL color Cylindrical-coordinate representation of color #048095: hue angle of 188.69º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048095 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 128 149 -
CMYK 0.97 0.14 0 0.42
HSL 188.69º 0.95% 0.3% -
HSV(B) 188.69º 0.97% 0.58% -
XYZ 13.19 17.63 31.14 -
YUV 93.32 159.42 64.29 -
System Red Green Blue C M Y K H S L
Decimal 4 128 149 0.97 0.14 0 0.42 188.69 0.95 0.3
Hex 4 80 95 61 E 0 2A BD 5F 1E
Octal 4 200 225 141 16 0 52 275 137 36
Binary 100 10000000 10010101 1100001 1110 0 101010 10111101 1011111 11110

Color Harmonies of #048095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048095

Black with #048095

Text Example


Text Example

White with #048095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048095; }

 p { color: rgb(4,128,149); }

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

background-color css

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

 a { background-color: rgb(4,128,149); }

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

border-color css

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

 span { border-color: rgb(4,128,149); }

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