Html Css Color HEX #048BA5 Eastern Blue

📋 copy color: '#048BA5'

red 4 ◦ green 139 ◦ blue 165

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

Shades of Eastern Blue #048BA5

Tints of Eastern Blue #048BA5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.13%

 BLUE value IS 165 (64.84% from 255) = 53.57%

R = 1.3%
G = 45.13%
B = 53.57%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#048BA5 (or 0x048BA5) is known color: Eastern Blue. HEX triplet: 04, 8B and A5. RGB value is (4,139,165). Sum of RGB (Red+Green+Blue) = 4+139+165=308 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #048BA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048BA5 is #FB745A. Grayscale: #656565. Windows color (decimal): -16479323 or 10849028. OLE color: 10849028.

HSL color Cylindrical-coordinate representation of color #048BA5: hue angle of 189.69º 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 #048BA5 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 4 139 165 -
CMYK 0.98 0.16 0 0.35
HSL 189.69º 0.95% 0.33% -
HSV(B) 189.69º 0.98% 0.65% -
XYZ 16.07 21.21 38.84 -
YUV 101.6 163.77 58.39 -
System Red Green Blue C M Y K H S L
Decimal 4 139 165 0.98 0.16 0 0.35 189.69 0.95 0.33
Hex 4 8B A5 62 10 0 23 BE 5F 21
Octal 4 213 245 142 20 0 43 276 137 41
Binary 100 10001011 10100101 1100010 10000 0 100011 10111110 1011111 100001

Color Harmonies of #048BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048BA5

Black with #048BA5

Text Example


Text Example

White with #048BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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