Shades of Blue Whale #12303D
Tints of Blue Whale #12303D
RGB
CMYK
RGB Variations
Color information
#12303D (or 0x12303D) is known color: Blue Whale. HEX triplet: 12, 30 and 3D. RGB value is (18,48,61). Sum of RGB (Red+Green+Blue) = 18+48+61=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 61 - color contains mainly: blue. Hex color #12303D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12303D is #EDCFC2. Grayscale: #282828. Windows color (decimal): -15585219 or 4010002. OLE color: 4010002.
HSL color Cylindrical-coordinate representation of color #12303D: hue angle of 198.14º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12303D is Cyan = 0.70, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 18 | 48 | 61 | - |
| CMYK | 0.70 | 0.21 | 0 | 0.76 |
| HSL | 198.14º | 0.54% | 0.15% | - |
| HSV(B) | 198.14º | 0.7% | 0.24% | - |
| XYZ | 2.15 | 2.58 | 4.8 | - |
| YUV | 40.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 61 | 0.70 | 0.21 | 0 | 0.76 | 198.14 | 0.54 | 0.15 |
| Hex | 12 | 30 | 3D | 46 | 15 | 0 | 4C | C6 | 36 | F |
| Octal | 22 | 60 | 75 | 106 | 25 | 0 | 114 | 306 | 66 | 17 |
| Binary | 10010 | 110000 | 111101 | 1000110 | 10101 | 0 | 1001100 | 11000110 | 110110 | 1111 |
Color Harmonies of #12303D
Complementary color
Monochromatic Colors of #12303D
Black with #12303D
Text Example
Text Example
White with #12303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12303D; }
p { color: rgb(18,48,61); }
H1.HeaderClassName
{
color: #12303D;
}
.AnyTagClassName
{
color: #12303D;
}
</style>
background-color css
<style>
a { background-color: #12303D; }
a { background-color: rgb(18,48,61); }
div.DivClassName
{
background-color: #12303D;
}
.BgClassName
{
background-color: #12303D;
}
</style>
border-color css
<style>
span { border-color: #12303D; }
span { border-color: rgb(18,48,61); }
td.TdClassName
{
border-color: #12303D;
}
.TagClassName
{
border-color: #12303D;
}
</style>