Shades of Bondi Blue #1381C2
Tints of Bondi Blue #1381C2
RGB
CMYK
RGB Variations
Color information
#1381C2 (or 0x1381C2) is known color: Bondi Blue. HEX triplet: 13, 81 and C2. RGB value is (19,129,194). Sum of RGB (Red+Green+Blue) = 19+129+194=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 194 (76.17% from 255 or 56.73% from 342); Max value from RGB is 194 - color contains mainly: blue. Hex color #1381C2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1381C2 is #EC7E3D. Grayscale: #676767. Windows color (decimal): -15498814 or 12747027. OLE color: 12747027.
HSL color Cylindrical-coordinate representation of color #1381C2: hue angle of 202.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1381C2 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 19 | 129 | 194 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.24 |
| HSL | 202.29º | 0.82% | 0.42% | - |
| HSV(B) | 202.29º | 0.9% | 0.76% | - |
| XYZ | 17.86 | 19.73 | 53.91 | - |
| YUV | 103.52 | 179.06 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 129 | 194 | 0.90 | 0.34 | 0 | 0.24 | 202.29 | 0.82 | 0.42 |
| Hex | 13 | 81 | C2 | 5A | 22 | 0 | 18 | CA | 52 | 2A |
| Octal | 23 | 201 | 302 | 132 | 42 | 0 | 30 | 312 | 122 | 52 |
| Binary | 10011 | 10000001 | 11000010 | 1011010 | 100010 | 0 | 11000 | 11001010 | 1010010 | 101010 |
Color Harmonies of #1381C2
Complementary color
Monochromatic Colors of #1381C2
Black with #1381C2
Text Example
Text Example
White with #1381C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1381C2; }
p { color: rgb(19,129,194); }
H1.HeaderClassName
{
color: #1381C2;
}
.AnyTagClassName
{
color: #1381C2;
}
</style>
background-color css
<style>
a { background-color: #1381C2; }
a { background-color: rgb(19,129,194); }
div.DivClassName
{
background-color: #1381C2;
}
.BgClassName
{
background-color: #1381C2;
}
</style>
border-color css
<style>
span { border-color: #1381C2; }
span { border-color: rgb(19,129,194); }
td.TdClassName
{
border-color: #1381C2;
}
.TagClassName
{
border-color: #1381C2;
}
</style>