Shades of Bahama Blue #0D6090
Tints of Bahama Blue #0D6090
RGB
CMYK
RGB Variations
Color information
#0D6090 (or 0x0D6090) is known color: Bahama Blue. HEX triplet: 0D, 60 and 90. RGB value is (13,96,144). Sum of RGB (Red+Green+Blue) = 13+96+144=253 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.14% from 253); Green value is 96 (37.89% from 255 or 37.94% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #0D6090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D6090 is #F29F6F. Grayscale: #4C4C4C. Windows color (decimal): -15900528 or 9461773. OLE color: 9461773.
HSL color Cylindrical-coordinate representation of color #0D6090: hue angle of 201.98º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D6090 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 96 | 144 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.44 |
| HSL | 201.98º | 0.83% | 0.31% | - |
| HSV(B) | 201.98º | 0.91% | 0.56% | - |
| XYZ | 9.38 | 10.46 | 27.91 | - |
| YUV | 76.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 96 | 144 | 0.91 | 0.33 | 0 | 0.44 | 201.98 | 0.83 | 0.31 |
| Hex | D | 60 | 90 | 5B | 21 | 0 | 2C | CA | 53 | 1F |
| Octal | 15 | 140 | 220 | 133 | 41 | 0 | 54 | 312 | 123 | 37 |
| Binary | 1101 | 1100000 | 10010000 | 1011011 | 100001 | 0 | 101100 | 11001010 | 1010011 | 11111 |
Color Harmonies of #0D6090
Complementary color
Monochromatic Colors of #0D6090
Black with #0D6090
Text Example
Text Example
White with #0D6090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6090; }
p { color: rgb(13,96,144); }
H1.HeaderClassName
{
color: #0D6090;
}
.AnyTagClassName
{
color: #0D6090;
}
</style>
background-color css
<style>
a { background-color: #0D6090; }
a { background-color: rgb(13,96,144); }
div.DivClassName
{
background-color: #0D6090;
}
.BgClassName
{
background-color: #0D6090;
}
</style>
border-color css
<style>
span { border-color: #0D6090; }
span { border-color: rgb(13,96,144); }
td.TdClassName
{
border-color: #0D6090;
}
.TagClassName
{
border-color: #0D6090;
}
</style>