Shades of Blue Whale #0C303C
Tints of Blue Whale #0C303C
RGB
CMYK
RGB Variations
Color information
#0C303C (or 0x0C303C) is known color: Blue Whale. HEX triplet: 0C, 30 and 3C. RGB value is (12,48,60). Sum of RGB (Red+Green+Blue) = 12+48+60=120 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10% from 120); Green value is 48 (19.14% from 255 or 40% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #0C303C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C303C is #F3CFC3. Grayscale: #262626. Windows color (decimal): -15978436 or 3944460. OLE color: 3944460.
HSL color Cylindrical-coordinate representation of color #0C303C: hue angle of 195º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C303C is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 12 | 48 | 60 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.76 |
| HSL | 195º | 0.67% | 0.14% | - |
| HSV(B) | 195º | 0.8% | 0.24% | - |
| XYZ | 2.02 | 2.52 | 4.65 | - |
| YUV | 38.6 | 140.07 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 60 | 0.80 | 0.20 | 0 | 0.76 | 195 | 0.67 | 0.14 |
| Hex | C | 30 | 3C | 50 | 14 | 0 | 4C | C3 | 43 | E |
| Octal | 14 | 60 | 74 | 120 | 24 | 0 | 114 | 303 | 103 | 16 |
| Binary | 1100 | 110000 | 111100 | 1010000 | 10100 | 0 | 1001100 | 11000011 | 1000011 | 1110 |
Color Harmonies of #0C303C
Complementary color
Monochromatic Colors of #0C303C
Black with #0C303C
Text Example
Text Example
White with #0C303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C303C; }
p { color: rgb(12,48,60); }
H1.HeaderClassName
{
color: #0C303C;
}
.AnyTagClassName
{
color: #0C303C;
}
</style>
background-color css
<style>
a { background-color: #0C303C; }
a { background-color: rgb(12,48,60); }
div.DivClassName
{
background-color: #0C303C;
}
.BgClassName
{
background-color: #0C303C;
}
</style>
border-color css
<style>
span { border-color: #0C303C; }
span { border-color: rgb(12,48,60); }
td.TdClassName
{
border-color: #0C303C;
}
.TagClassName
{
border-color: #0C303C;
}
</style>