Shades of Blue Whale #10364E
Tints of Blue Whale #10364E
RGB
CMYK
RGB Variations
Color information
#10364E (or 0x10364E) is known color: Blue Whale. HEX triplet: 10, 36 and 4E. RGB value is (16,54,78). Sum of RGB (Red+Green+Blue) = 16+54+78=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 78 (30.86% from 255 or 52.70% from 148); Max value from RGB is 78 - color contains mainly: blue. Hex color #10364E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10364E is #EFC9B1. Grayscale: #2D2D2D. Windows color (decimal): -15714738 or 5125648. OLE color: 5125648.
HSL color Cylindrical-coordinate representation of color #10364E: hue angle of 203.23º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10364E is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 54 | 78 | - |
| CMYK | 0.79 | 0.31 | 0 | 0.69 |
| HSL | 203.23º | 0.66% | 0.18% | - |
| HSV(B) | 203.23º | 0.79% | 0.31% | - |
| XYZ | 2.91 | 3.3 | 7.69 | - |
| YUV | 45.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 54 | 78 | 0.79 | 0.31 | 0 | 0.69 | 203.23 | 0.66 | 0.18 |
| Hex | 10 | 36 | 4E | 4F | 1F | 0 | 45 | CB | 42 | 12 |
| Octal | 20 | 66 | 116 | 117 | 37 | 0 | 105 | 313 | 102 | 22 |
| Binary | 10000 | 110110 | 1001110 | 1001111 | 11111 | 0 | 1000101 | 11001011 | 1000010 | 10010 |
Color Harmonies of #10364E
Complementary color
Monochromatic Colors of #10364E
Black with #10364E
Text Example
Text Example
White with #10364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10364E; }
p { color: rgb(16,54,78); }
H1.HeaderClassName
{
color: #10364E;
}
.AnyTagClassName
{
color: #10364E;
}
</style>
background-color css
<style>
a { background-color: #10364E; }
a { background-color: rgb(16,54,78); }
div.DivClassName
{
background-color: #10364E;
}
.BgClassName
{
background-color: #10364E;
}
</style>
border-color css
<style>
span { border-color: #10364E; }
span { border-color: rgb(16,54,78); }
td.TdClassName
{
border-color: #10364E;
}
.TagClassName
{
border-color: #10364E;
}
</style>