Shades of Bondi Blue #0182C1
Tints of Bondi Blue #0182C1
RGB
CMYK
RGB Variations
Color information
#0182C1 (or 0x0182C1) is known color: Bondi Blue. HEX triplet: 01, 82 and C1. RGB value is (1,130,193). Sum of RGB (Red+Green+Blue) = 1+130+193=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 193 (75.78% from 255 or 59.57% from 324); Max value from RGB is 193 - color contains mainly: blue. Hex color #0182C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0182C1 is #FE7D3E. Grayscale: #626262. Windows color (decimal): -16678207 or 12681729. OLE color: 12681729.
HSL color Cylindrical-coordinate representation of color #0182C1: hue angle of 199.69º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0182C1 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 130 | 193 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.24 |
| HSL | 199.69º | 0.99% | 0.38% | - |
| HSV(B) | 199.69º | 0.99% | 0.76% | - |
| XYZ | 17.62 | 19.82 | 53.35 | - |
| YUV | 98.61 | 181.26 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 130 | 193 | 0.99 | 0.33 | 0 | 0.24 | 199.69 | 0.99 | 0.38 |
| Hex | 1 | 82 | C1 | 63 | 21 | 0 | 18 | C8 | 63 | 26 |
| Octal | 1 | 202 | 301 | 143 | 41 | 0 | 30 | 310 | 143 | 46 |
| Binary | 1 | 10000010 | 11000001 | 1100011 | 100001 | 0 | 11000 | 11001000 | 1100011 | 100110 |
Color Harmonies of #0182C1
Complementary color
Monochromatic Colors of #0182C1
Black with #0182C1
Text Example
Text Example
White with #0182C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0182C1; }
p { color: rgb(1,130,193); }
H1.HeaderClassName
{
color: #0182C1;
}
.AnyTagClassName
{
color: #0182C1;
}
</style>
background-color css
<style>
a { background-color: #0182C1; }
a { background-color: rgb(1,130,193); }
div.DivClassName
{
background-color: #0182C1;
}
.BgClassName
{
background-color: #0182C1;
}
</style>
border-color css
<style>
span { border-color: #0182C1; }
span { border-color: rgb(1,130,193); }
td.TdClassName
{
border-color: #0182C1;
}
.TagClassName
{
border-color: #0182C1;
}
</style>