Shades of Bondi Blue #0483C1
Tints of Bondi Blue #0483C1
RGB
CMYK
RGB Variations
Color information
#0483C1 (or 0x0483C1) is known color: Bondi Blue. HEX triplet: 04, 83 and C1. RGB value is (4,131,193). Sum of RGB (Red+Green+Blue) = 4+131+193=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 193 (75.78% from 255 or 58.84% from 328); Max value from RGB is 193 - color contains mainly: blue. Hex color #0483C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483C1 is #FB7C3E. Grayscale: #636363. Windows color (decimal): -16481343 or 12681988. OLE color: 12681988.
HSL color Cylindrical-coordinate representation of color #0483C1: hue angle of 199.68º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0483C1 is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 4 | 131 | 193 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.24 |
| HSL | 199.68º | 0.96% | 0.39% | - |
| HSV(B) | 199.68º | 0.98% | 0.76% | - |
| XYZ | 17.79 | 20.11 | 53.4 | - |
| YUV | 100.1 | 180.42 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 193 | 0.98 | 0.32 | 0 | 0.24 | 199.68 | 0.96 | 0.39 |
| Hex | 4 | 83 | C1 | 62 | 20 | 0 | 18 | C8 | 60 | 27 |
| Octal | 4 | 203 | 301 | 142 | 40 | 0 | 30 | 310 | 140 | 47 |
| Binary | 100 | 10000011 | 11000001 | 1100010 | 100000 | 0 | 11000 | 11001000 | 1100000 | 100111 |
Color Harmonies of #0483C1
Complementary color
Monochromatic Colors of #0483C1
Black with #0483C1
Text Example
Text Example
White with #0483C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483C1; }
p { color: rgb(4,131,193); }
H1.HeaderClassName
{
color: #0483C1;
}
.AnyTagClassName
{
color: #0483C1;
}
</style>
background-color css
<style>
a { background-color: #0483C1; }
a { background-color: rgb(4,131,193); }
div.DivClassName
{
background-color: #0483C1;
}
.BgClassName
{
background-color: #0483C1;
}
</style>
border-color css
<style>
span { border-color: #0483C1; }
span { border-color: rgb(4,131,193); }
td.TdClassName
{
border-color: #0483C1;
}
.TagClassName
{
border-color: #0483C1;
}
</style>