Shades of Blue Whale #1F333F
Tints of Blue Whale #1F333F
RGB
CMYK
RGB Variations
Color information
#1F333F (or 0x1F333F) is known color: Blue Whale. HEX triplet: 1F, 33 and 3F. RGB value is (31,51,63). Sum of RGB (Red+Green+Blue) = 31+51+63=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F333F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F333F is #E0CCC0. Grayscale: #2E2E2E. Windows color (decimal): -14732481 or 4141855. OLE color: 4141855.
HSL color Cylindrical-coordinate representation of color #1F333F: hue angle of 202.5º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1F333F is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 51 | 63 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.75 |
| HSL | 202.5º | 0.34% | 0.18% | - |
| HSV(B) | 202.5º | 0.51% | 0.25% | - |
| XYZ | 2.65 | 3.02 | 5.15 | - |
| YUV | 46.39 | 137.37 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 63 | 0.51 | 0.19 | 0 | 0.75 | 202.5 | 0.34 | 0.18 |
| Hex | 1F | 33 | 3F | 33 | 13 | 0 | 4B | CA | 22 | 12 |
| Octal | 37 | 63 | 77 | 63 | 23 | 0 | 113 | 312 | 42 | 22 |
| Binary | 11111 | 110011 | 111111 | 110011 | 10011 | 0 | 1001011 | 11001010 | 100010 | 10010 |
Color Harmonies of #1F333F
Complementary color
Monochromatic Colors of #1F333F
Black with #1F333F
Text Example
Text Example
White with #1F333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F333F; }
p { color: rgb(31,51,63); }
H1.HeaderClassName
{
color: #1F333F;
}
.AnyTagClassName
{
color: #1F333F;
}
</style>
background-color css
<style>
a { background-color: #1F333F; }
a { background-color: rgb(31,51,63); }
div.DivClassName
{
background-color: #1F333F;
}
.BgClassName
{
background-color: #1F333F;
}
</style>
border-color css
<style>
span { border-color: #1F333F; }
span { border-color: rgb(31,51,63); }
td.TdClassName
{
border-color: #1F333F;
}
.TagClassName
{
border-color: #1F333F;
}
</style>