Shades of Blue Whale #0C354A
Tints of Blue Whale #0C354A
RGB
CMYK
RGB Variations
Color information
#0C354A (or 0x0C354A) is known color: Blue Whale. HEX triplet: 0C, 35 and 4A. RGB value is (12,53,74). Sum of RGB (Red+Green+Blue) = 12+53+74=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 74 (29.30% from 255 or 53.24% from 139); Max value from RGB is 74 - color contains mainly: blue. Hex color #0C354A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C354A is #F3CAB5. Grayscale: #2B2B2B. Windows color (decimal): -15977142 or 4863244. OLE color: 4863244.
HSL color Cylindrical-coordinate representation of color #0C354A: hue angle of 200.32º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C354A is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 53 | 74 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.71 |
| HSL | 200.32º | 0.72% | 0.17% | - |
| HSV(B) | 200.32º | 0.84% | 0.29% | - |
| XYZ | 2.66 | 3.12 | 6.94 | - |
| YUV | 43.14 | 145.42 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 53 | 74 | 0.84 | 0.28 | 0 | 0.71 | 200.32 | 0.72 | 0.17 |
| Hex | C | 35 | 4A | 54 | 1C | 0 | 47 | C8 | 48 | 11 |
| Octal | 14 | 65 | 112 | 124 | 34 | 0 | 107 | 310 | 110 | 21 |
| Binary | 1100 | 110101 | 1001010 | 1010100 | 11100 | 0 | 1000111 | 11001000 | 1001000 | 10001 |
Color Harmonies of #0C354A
Complementary color
Monochromatic Colors of #0C354A
Black with #0C354A
Text Example
Text Example
White with #0C354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C354A; }
p { color: rgb(12,53,74); }
H1.HeaderClassName
{
color: #0C354A;
}
.AnyTagClassName
{
color: #0C354A;
}
</style>
background-color css
<style>
a { background-color: #0C354A; }
a { background-color: rgb(12,53,74); }
div.DivClassName
{
background-color: #0C354A;
}
.BgClassName
{
background-color: #0C354A;
}
</style>
border-color css
<style>
span { border-color: #0C354A; }
span { border-color: rgb(12,53,74); }
td.TdClassName
{
border-color: #0C354A;
}
.TagClassName
{
border-color: #0C354A;
}
</style>