Shades of Bahama Blue #0C6090
Tints of Bahama Blue #0C6090
RGB
CMYK
RGB Variations
Color information
#0C6090 (or 0x0C6090) is known color: Bahama Blue. HEX triplet: 0C, 60 and 90. RGB value is (12,96,144). Sum of RGB (Red+Green+Blue) = 12+96+144=252 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.76% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #0C6090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C6090 is #F39F6F. Grayscale: #4C4C4C. Windows color (decimal): -15966064 or 9461772. OLE color: 9461772.
HSL color Cylindrical-coordinate representation of color #0C6090: hue angle of 201.82º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C6090 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 96 | 144 | - |
| CMYK | 0.92 | 0.33 | 0 | 0.44 |
| HSL | 201.82º | 0.85% | 0.31% | - |
| HSV(B) | 201.82º | 0.92% | 0.56% | - |
| XYZ | 9.37 | 10.46 | 27.91 | - |
| YUV | 76.36 | 166.17 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 144 | 0.92 | 0.33 | 0 | 0.44 | 201.82 | 0.85 | 0.31 |
| Hex | C | 60 | 90 | 5C | 21 | 0 | 2C | CA | 55 | 1F |
| Octal | 14 | 140 | 220 | 134 | 41 | 0 | 54 | 312 | 125 | 37 |
| Binary | 1100 | 1100000 | 10010000 | 1011100 | 100001 | 0 | 101100 | 11001010 | 1010101 | 11111 |
Color Harmonies of #0C6090
Complementary color
Monochromatic Colors of #0C6090
Black with #0C6090
Text Example
Text Example
White with #0C6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6090; }
p { color: rgb(12,96,144); }
H1.HeaderClassName
{
color: #0C6090;
}
.AnyTagClassName
{
color: #0C6090;
}
</style>
background-color css
<style>
a { background-color: #0C6090; }
a { background-color: rgb(12,96,144); }
div.DivClassName
{
background-color: #0C6090;
}
.BgClassName
{
background-color: #0C6090;
}
</style>
border-color css
<style>
span { border-color: #0C6090; }
span { border-color: rgb(12,96,144); }
td.TdClassName
{
border-color: #0C6090;
}
.TagClassName
{
border-color: #0C6090;
}
</style>