Shades of Catalina Blue #1C3A70
Tints of Catalina Blue #1C3A70
RGB
CMYK
RGB Variations
Color information
#1C3A70 (or 0x1C3A70) is known color: Catalina Blue. HEX triplet: 1C, 3A and 70. RGB value is (28,58,112). Sum of RGB (Red+Green+Blue) = 28+58+112=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C3A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3A70 is #E3C58F. Grayscale: #363636. Windows color (decimal): -14927248 or 7354908. OLE color: 7354908.
HSL color Cylindrical-coordinate representation of color #1C3A70: hue angle of 218.57º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C3A70 is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 28 | 58 | 112 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.56 |
| HSL | 218.57º | 0.6% | 0.27% | - |
| HSV(B) | 218.57º | 0.75% | 0.44% | - |
| XYZ | 4.92 | 4.44 | 15.93 | - |
| YUV | 55.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 58 | 112 | 0.75 | 0.48 | 0 | 0.56 | 218.57 | 0.6 | 0.27 |
| Hex | 1C | 3A | 70 | 4B | 30 | 0 | 38 | DB | 3C | 1B |
| Octal | 34 | 72 | 160 | 113 | 60 | 0 | 70 | 333 | 74 | 33 |
| Binary | 11100 | 111010 | 1110000 | 1001011 | 110000 | 0 | 111000 | 11011011 | 111100 | 11011 |
Color Harmonies of #1C3A70
Complementary color
Monochromatic Colors of #1C3A70
Black with #1C3A70
Text Example
Text Example
White with #1C3A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3A70; }
p { color: rgb(28,58,112); }
H1.HeaderClassName
{
color: #1C3A70;
}
.AnyTagClassName
{
color: #1C3A70;
}
</style>
background-color css
<style>
a { background-color: #1C3A70; }
a { background-color: rgb(28,58,112); }
div.DivClassName
{
background-color: #1C3A70;
}
.BgClassName
{
background-color: #1C3A70;
}
</style>
border-color css
<style>
span { border-color: #1C3A70; }
span { border-color: rgb(28,58,112); }
td.TdClassName
{
border-color: #1C3A70;
}
.TagClassName
{
border-color: #1C3A70;
}
</style>