Shades of Fun Blue #1C428B
Tints of Fun Blue #1C428B
RGB
CMYK
RGB Variations
Color information
#1C428B (or 0x1C428B) is known color: Fun Blue. HEX triplet: 1C, 42 and 8B. RGB value is (28,66,139). Sum of RGB (Red+Green+Blue) = 28+66+139=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C428B is #E3BD74. Grayscale: #3E3E3E. Windows color (decimal): -14925173 or 9126428. OLE color: 9126428.
HSL color Cylindrical-coordinate representation of color #1C428B: hue angle of 219.46º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C428B is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 66 | 139 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.45 |
| HSL | 219.46º | 0.66% | 0.33% | - |
| HSV(B) | 219.46º | 0.8% | 0.55% | - |
| XYZ | 7.09 | 6.01 | 25.21 | - |
| YUV | 62.96 | 170.91 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 66 | 139 | 0.80 | 0.53 | 0 | 0.45 | 219.46 | 0.66 | 0.33 |
| Hex | 1C | 42 | 8B | 50 | 35 | 0 | 2D | DB | 42 | 21 |
| Octal | 34 | 102 | 213 | 120 | 65 | 0 | 55 | 333 | 102 | 41 |
| Binary | 11100 | 1000010 | 10001011 | 1010000 | 110101 | 0 | 101101 | 11011011 | 1000010 | 100001 |
Color Harmonies of #1C428B
Complementary color
Monochromatic Colors of #1C428B
Black with #1C428B
Text Example
Text Example
White with #1C428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C428B; }
p { color: rgb(28,66,139); }
H1.HeaderClassName
{
color: #1C428B;
}
.AnyTagClassName
{
color: #1C428B;
}
</style>
background-color css
<style>
a { background-color: #1C428B; }
a { background-color: rgb(28,66,139); }
div.DivClassName
{
background-color: #1C428B;
}
.BgClassName
{
background-color: #1C428B;
}
</style>
border-color css
<style>
span { border-color: #1C428B; }
span { border-color: rgb(28,66,139); }
td.TdClassName
{
border-color: #1C428B;
}
.TagClassName
{
border-color: #1C428B;
}
</style>