Shades of Resolution Blue #1C307A
Tints of Resolution Blue #1C307A
RGB
CMYK
RGB Variations
Color information
#1C307A (or 0x1C307A) is known color: Resolution Blue. HEX triplet: 1C, 30 and 7A. RGB value is (28,48,122). Sum of RGB (Red+Green+Blue) = 28+48+122=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 48 (19.14% from 255 or 24.24% from 198); Blue value is 122 (48.05% from 255 or 61.62% from 198); Max value from RGB is 122 - color contains mainly: blue. Hex color #1C307A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C307A is #E3CF85. Grayscale: #323232. Windows color (decimal): -14929798 or 8007708. OLE color: 8007708.
HSL color Cylindrical-coordinate representation of color #1C307A: hue angle of 227.23º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C307A is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 28 | 48 | 122 | - |
| CMYK | 0.77 | 0.61 | 0 | 0.52 |
| HSL | 227.23º | 0.63% | 0.29% | - |
| HSV(B) | 227.23º | 0.77% | 0.48% | - |
| XYZ | 5.05 | 3.77 | 18.87 | - |
| YUV | 50.46 | 168.37 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 122 | 0.77 | 0.61 | 0 | 0.52 | 227.23 | 0.63 | 0.29 |
| Hex | 1C | 30 | 7A | 4D | 3D | 0 | 34 | E3 | 3F | 1D |
| Octal | 34 | 60 | 172 | 115 | 75 | 0 | 64 | 343 | 77 | 35 |
| Binary | 11100 | 110000 | 1111010 | 1001101 | 111101 | 0 | 110100 | 11100011 | 111111 | 11101 |
Color Harmonies of #1C307A
Complementary color
Monochromatic Colors of #1C307A
Black with #1C307A
Text Example
Text Example
White with #1C307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C307A; }
p { color: rgb(28,48,122); }
H1.HeaderClassName
{
color: #1C307A;
}
.AnyTagClassName
{
color: #1C307A;
}
</style>
background-color css
<style>
a { background-color: #1C307A; }
a { background-color: rgb(28,48,122); }
div.DivClassName
{
background-color: #1C307A;
}
.BgClassName
{
background-color: #1C307A;
}
</style>
border-color css
<style>
span { border-color: #1C307A; }
span { border-color: rgb(28,48,122); }
td.TdClassName
{
border-color: #1C307A;
}
.TagClassName
{
border-color: #1C307A;
}
</style>