Shades of Blue Whale #133945
Tints of Blue Whale #133945
RGB
CMYK
RGB Variations
Color information
#133945 (or 0x133945) is known color: Blue Whale. HEX triplet: 13, 39 and 45. RGB value is (19,57,69). Sum of RGB (Red+Green+Blue) = 19+57+69=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 69 (27.34% from 255 or 47.59% from 145); Max value from RGB is 69 - color contains mainly: blue. Hex color #133945 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133945 is #ECC6BA. Grayscale: #2E2E2E. Windows color (decimal): -15517371 or 4536595. OLE color: 4536595.
HSL color Cylindrical-coordinate representation of color #133945: hue angle of 194.4º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #133945 is Cyan = 0.72, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 19 | 57 | 69 | - |
| CMYK | 0.72 | 0.17 | 0 | 0.73 |
| HSL | 194.4º | 0.57% | 0.17% | - |
| HSV(B) | 194.4º | 0.72% | 0.27% | - |
| XYZ | 2.81 | 3.49 | 6.16 | - |
| YUV | 47.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 69 | 0.72 | 0.17 | 0 | 0.73 | 194.4 | 0.57 | 0.17 |
| Hex | 13 | 39 | 45 | 48 | 11 | 0 | 49 | C2 | 39 | 11 |
| Octal | 23 | 71 | 105 | 110 | 21 | 0 | 111 | 302 | 71 | 21 |
| Binary | 10011 | 111001 | 1000101 | 1001000 | 10001 | 0 | 1001001 | 11000010 | 111001 | 10001 |
Color Harmonies of #133945
Complementary color
Monochromatic Colors of #133945
Black with #133945
Text Example
Text Example
White with #133945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133945; }
p { color: rgb(19,57,69); }
H1.HeaderClassName
{
color: #133945;
}
.AnyTagClassName
{
color: #133945;
}
</style>
background-color css
<style>
a { background-color: #133945; }
a { background-color: rgb(19,57,69); }
div.DivClassName
{
background-color: #133945;
}
.BgClassName
{
background-color: #133945;
}
</style>
border-color css
<style>
span { border-color: #133945; }
span { border-color: rgb(19,57,69); }
td.TdClassName
{
border-color: #133945;
}
.TagClassName
{
border-color: #133945;
}
</style>