#048ABE

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

Shades of Bondi Blue #048ABE

Tints of Bondi Blue #048ABE

Color information

#048ABE (or 0x048ABE) is unknown color: approx Bondi Blue. HEX triplet: 04, 8A and BE. RGB value is (4,138,190). Sum of RGB (Red+Green+Blue) = 4+138+190=332 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.20% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #048ABE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #048ABE is #FB7541. Grayscale: #676767. Windows color (decimal): -16479554 or 12487172. OLE color: 12487172.

HSL color Cylindrical-coordinate representation of color #048ABE: hue angle of 196.77º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048ABE is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4138190-
CMYK0.980.2700.25
HSL196.77º95.88%38.04%-
HSV(B)196.77º97.89%74.51%-
XYZ18.4321.9251.97-
YUV103.86176.6156.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.20%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 190 (74.61% from 255) = 57.23%
R=1.20%
G=41.57%
B=57.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41381900.980.2700.25196.7795.8838.04
Hex48ABE621B019c56026
Octal42122761423303130514046
Binary1001000101010111110110001011011011001110001011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,138,190); }

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

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

 a { background-color: rgb(4,138,190); }

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

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

 span { border-color: rgb(4,138,190); }

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