Shades of Dark Cerulean #1F4373
Tints of Dark Cerulean #1F4373
RGB
CMYK
RGB Variations
Color information
#1F4373 (or 0x1F4373) is known color: Dark Cerulean. HEX triplet: 1F, 43 and 73. RGB value is (31,67,115). Sum of RGB (Red+Green+Blue) = 31+67+115=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F4373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4373 is #E0BC8C. Grayscale: #3D3D3D. Windows color (decimal): -14728333 or 7553823. OLE color: 7553823.
HSL color Cylindrical-coordinate representation of color #1F4373: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F4373 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 67 | 115 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.55 |
| HSL | 214.29º | 0.58% | 0.29% | - |
| HSV(B) | 214.29º | 0.73% | 0.45% | - |
| XYZ | 5.67 | 5.54 | 16.99 | - |
| YUV | 61.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 115 | 0.73 | 0.42 | 0 | 0.55 | 214.29 | 0.58 | 0.29 |
| Hex | 1F | 43 | 73 | 49 | 2A | 0 | 37 | D6 | 3A | 1D |
| Octal | 37 | 103 | 163 | 111 | 52 | 0 | 67 | 326 | 72 | 35 |
| Binary | 11111 | 1000011 | 1110011 | 1001001 | 101010 | 0 | 110111 | 11010110 | 111010 | 11101 |
Color Harmonies of #1F4373
Complementary color
Monochromatic Colors of #1F4373
Black with #1F4373
Text Example
Text Example
White with #1F4373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4373; }
p { color: rgb(31,67,115); }
H1.HeaderClassName
{
color: #1F4373;
}
.AnyTagClassName
{
color: #1F4373;
}
</style>
background-color css
<style>
a { background-color: #1F4373; }
a { background-color: rgb(31,67,115); }
div.DivClassName
{
background-color: #1F4373;
}
.BgClassName
{
background-color: #1F4373;
}
</style>
border-color css
<style>
span { border-color: #1F4373; }
span { border-color: rgb(31,67,115); }
td.TdClassName
{
border-color: #1F4373;
}
.TagClassName
{
border-color: #1F4373;
}
</style>