Shades of Fun Blue #1C408C
Tints of Fun Blue #1C408C
RGB
CMYK
RGB Variations
Color information
#1C408C (or 0x1C408C) is known color: Fun Blue. HEX triplet: 1C, 40 and 8C. RGB value is (28,64,140). Sum of RGB (Red+Green+Blue) = 28+64+140=232 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.07% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C408C is #E3BF73. Grayscale: #3D3D3D. Windows color (decimal): -14925684 or 9191452. OLE color: 9191452.
HSL color Cylindrical-coordinate representation of color #1C408C: hue angle of 220.71º degrees, saturation: 0.67, 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 #1C408C is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 28 | 64 | 140 | - |
| CMYK | 0.80 | 0.54 | 0 | 0.45 |
| HSL | 220.71º | 0.67% | 0.33% | - |
| HSV(B) | 220.71º | 0.8% | 0.55% | - |
| XYZ | 7.05 | 5.81 | 25.56 | - |
| YUV | 61.9 | 172.07 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 140 | 0.80 | 0.54 | 0 | 0.45 | 220.71 | 0.67 | 0.33 |
| Hex | 1C | 40 | 8C | 50 | 36 | 0 | 2D | DD | 43 | 21 |
| Octal | 34 | 100 | 214 | 120 | 66 | 0 | 55 | 335 | 103 | 41 |
| Binary | 11100 | 1000000 | 10001100 | 1010000 | 110110 | 0 | 101101 | 11011101 | 1000011 | 100001 |
Color Harmonies of #1C408C
Complementary color
Monochromatic Colors of #1C408C
Black with #1C408C
Text Example
Text Example
White with #1C408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C408C; }
p { color: rgb(28,64,140); }
H1.HeaderClassName
{
color: #1C408C;
}
.AnyTagClassName
{
color: #1C408C;
}
</style>
background-color css
<style>
a { background-color: #1C408C; }
a { background-color: rgb(28,64,140); }
div.DivClassName
{
background-color: #1C408C;
}
.BgClassName
{
background-color: #1C408C;
}
</style>
border-color css
<style>
span { border-color: #1C408C; }
span { border-color: rgb(28,64,140); }
td.TdClassName
{
border-color: #1C408C;
}
.TagClassName
{
border-color: #1C408C;
}
</style>