Shades of Resolution Blue #1D3B8A
Tints of Resolution Blue #1D3B8A
RGB
CMYK
RGB Variations
Color information
#1D3B8A (or 0x1D3B8A) is known color: Resolution Blue. HEX triplet: 1D, 3B and 8A. RGB value is (29,59,138). Sum of RGB (Red+Green+Blue) = 29+59+138=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D3B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3B8A is #E2C475. Grayscale: #3A3A3A. Windows color (decimal): -14861430 or 9059101. OLE color: 9059101.
HSL color Cylindrical-coordinate representation of color #1D3B8A: hue angle of 223.49º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D3B8A is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 29 | 59 | 138 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.46 |
| HSL | 223.49º | 0.65% | 0.33% | - |
| HSV(B) | 223.49º | 0.79% | 0.54% | - |
| XYZ | 6.66 | 5.22 | 24.7 | - |
| YUV | 59.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 138 | 0.79 | 0.57 | 0 | 0.46 | 223.49 | 0.65 | 0.33 |
| Hex | 1D | 3B | 8A | 4F | 39 | 0 | 2E | DF | 41 | 21 |
| Octal | 35 | 73 | 212 | 117 | 71 | 0 | 56 | 337 | 101 | 41 |
| Binary | 11101 | 111011 | 10001010 | 1001111 | 111001 | 0 | 101110 | 11011111 | 1000001 | 100001 |
Color Harmonies of #1D3B8A
Complementary color
Monochromatic Colors of #1D3B8A
Black with #1D3B8A
Text Example
Text Example
White with #1D3B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B8A; }
p { color: rgb(29,59,138); }
H1.HeaderClassName
{
color: #1D3B8A;
}
.AnyTagClassName
{
color: #1D3B8A;
}
</style>
background-color css
<style>
a { background-color: #1D3B8A; }
a { background-color: rgb(29,59,138); }
div.DivClassName
{
background-color: #1D3B8A;
}
.BgClassName
{
background-color: #1D3B8A;
}
</style>
border-color css
<style>
span { border-color: #1D3B8A; }
span { border-color: rgb(29,59,138); }
td.TdClassName
{
border-color: #1D3B8A;
}
.TagClassName
{
border-color: #1D3B8A;
}
</style>