Shades of Blue Whale #0C3850
Tints of Blue Whale #0C3850
RGB
CMYK
RGB Variations
Color information
#0C3850 (or 0x0C3850) is known color: Blue Whale. HEX triplet: 0C, 38 and 50. RGB value is (12,56,80). Sum of RGB (Red+Green+Blue) = 12+56+80=148 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.11% from 148); Green value is 56 (22.27% from 255 or 37.84% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #0C3850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C3850 is #F3C7AF. Grayscale: #2D2D2D. Windows color (decimal): -15976368 or 5257228. OLE color: 5257228.
HSL color Cylindrical-coordinate representation of color #0C3850: hue angle of 201.18º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3850 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 56 | 80 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.69 |
| HSL | 201.18º | 0.74% | 0.18% | - |
| HSV(B) | 201.18º | 0.85% | 0.31% | - |
| XYZ | 3.01 | 3.49 | 8.1 | - |
| YUV | 45.58 | 147.42 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 56 | 80 | 0.85 | 0.30 | 0 | 0.69 | 201.18 | 0.74 | 0.18 |
| Hex | C | 38 | 50 | 55 | 1E | 0 | 45 | C9 | 4A | 12 |
| Octal | 14 | 70 | 120 | 125 | 36 | 0 | 105 | 311 | 112 | 22 |
| Binary | 1100 | 111000 | 1010000 | 1010101 | 11110 | 0 | 1000101 | 11001001 | 1001010 | 10010 |
Color Harmonies of #0C3850
Complementary color
Monochromatic Colors of #0C3850
Black with #0C3850
Text Example
Text Example
White with #0C3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3850; }
p { color: rgb(12,56,80); }
H1.HeaderClassName
{
color: #0C3850;
}
.AnyTagClassName
{
color: #0C3850;
}
</style>
background-color css
<style>
a { background-color: #0C3850; }
a { background-color: rgb(12,56,80); }
div.DivClassName
{
background-color: #0C3850;
}
.BgClassName
{
background-color: #0C3850;
}
</style>
border-color css
<style>
span { border-color: #0C3850; }
span { border-color: rgb(12,56,80); }
td.TdClassName
{
border-color: #0C3850;
}
.TagClassName
{
border-color: #0C3850;
}
</style>