Shades of Blue Whale #003045
Tints of Blue Whale #003045
RGB
CMYK
RGB Variations
Color information
#003045 (or 0x003045) is known color: Blue Whale. HEX triplet: 00, 30 and 45. RGB value is (0,48,69). Sum of RGB (Red+Green+Blue) = 0+48+69=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 69 (27.34% from 255 or 58.97% from 117); Max value from RGB is 69 - color contains mainly: blue. Hex color #003045 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003045 is #FFCFBA. Grayscale: #232323. Windows color (decimal): -16764859 or 4534272. OLE color: 4534272.
HSL color Cylindrical-coordinate representation of color #003045: hue angle of 198.26º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003045 is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 48 | 69 | - |
| CMYK | 1 | 0.30 | 0 | 0.73 |
| HSL | 198.26º | 1% | 0.14% | - |
| HSV(B) | 198.26º | 1% | 0.27% | - |
| XYZ | 2.13 | 2.54 | 6.01 | - |
| YUV | 36.04 | 146.6 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 48 | 69 | 1 | 0.30 | 0 | 0.73 | 198.26 | 1 | 0.14 |
| Hex | 0 | 30 | 45 | 64 | 1E | 0 | 49 | C6 | 64 | E |
| Octal | 0 | 60 | 105 | 144 | 36 | 0 | 111 | 306 | 144 | 16 |
| Binary | 0 | 110000 | 1000101 | 1100100 | 11110 | 0 | 1001001 | 11000110 | 1100100 | 1110 |
Color Harmonies of #003045
Complementary color
Monochromatic Colors of #003045
Black with #003045
Text Example
Text Example
White with #003045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003045; }
p { color: rgb(0,48,69); }
H1.HeaderClassName
{
color: #003045;
}
.AnyTagClassName
{
color: #003045;
}
</style>
background-color css
<style>
a { background-color: #003045; }
a { background-color: rgb(0,48,69); }
div.DivClassName
{
background-color: #003045;
}
.BgClassName
{
background-color: #003045;
}
</style>
border-color css
<style>
span { border-color: #003045; }
span { border-color: rgb(0,48,69); }
td.TdClassName
{
border-color: #003045;
}
.TagClassName
{
border-color: #003045;
}
</style>