Shades of Bondi Blue #048AB1
Tints of Bondi Blue #048AB1
RGB
CMYK
RGB Variations
Color information
#048AB1 (or 0x048AB1) is known color: Bondi Blue. HEX triplet: 04, 8A and B1. RGB value is (4,138,177). Sum of RGB (Red+Green+Blue) = 4+138+177=319 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #048AB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048AB1 is #FB754E. Grayscale: #666666. Windows color (decimal): -16479567 or 11635204. OLE color: 11635204.
HSL color Cylindrical-coordinate representation of color #048AB1: hue angle of 193.53º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048AB1 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 138 | 177 | - |
| CMYK | 0.98 | 0.22 | 0 | 0.31 |
| HSL | 193.53º | 0.96% | 0.35% | - |
| HSV(B) | 193.53º | 0.98% | 0.69% | - |
| XYZ | 17.07 | 21.38 | 44.82 | - |
| YUV | 102.38 | 170.11 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 138 | 177 | 0.98 | 0.22 | 0 | 0.31 | 193.53 | 0.96 | 0.35 |
| Hex | 4 | 8A | B1 | 62 | 16 | 0 | 1F | C2 | 60 | 23 |
| Octal | 4 | 212 | 261 | 142 | 26 | 0 | 37 | 302 | 140 | 43 |
| Binary | 100 | 10001010 | 10110001 | 1100010 | 10110 | 0 | 11111 | 11000010 | 1100000 | 100011 |
Color Harmonies of #048AB1
Complementary color
Monochromatic Colors of #048AB1
Black with #048AB1
Text Example
Text Example
White with #048AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048AB1; }
p { color: rgb(4,138,177); }
H1.HeaderClassName
{
color: #048AB1;
}
.AnyTagClassName
{
color: #048AB1;
}
</style>
background-color css
<style>
a { background-color: #048AB1; }
a { background-color: rgb(4,138,177); }
div.DivClassName
{
background-color: #048AB1;
}
.BgClassName
{
background-color: #048AB1;
}
</style>
border-color css
<style>
span { border-color: #048AB1; }
span { border-color: rgb(4,138,177); }
td.TdClassName
{
border-color: #048AB1;
}
.TagClassName
{
border-color: #048AB1;
}
</style>