Shades of Catalina Blue #1C2E5B
Tints of Catalina Blue #1C2E5B
RGB
CMYK
RGB Variations
Color information
#1C2E5B (or 0x1C2E5B) is known color: Catalina Blue. HEX triplet: 1C, 2E and 5B. RGB value is (28,46,91). Sum of RGB (Red+Green+Blue) = 28+46+91=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C2E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2E5B is #E3D1A4. Grayscale: #2D2D2D. Windows color (decimal): -14930341 or 5975580. OLE color: 5975580.
HSL color Cylindrical-coordinate representation of color #1C2E5B: hue angle of 222.86º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C2E5B is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 46 | 91 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.64 |
| HSL | 222.86º | 0.53% | 0.23% | - |
| HSV(B) | 222.86º | 0.69% | 0.36% | - |
| XYZ | 3.34 | 2.96 | 10.29 | - |
| YUV | 45.75 | 153.54 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 46 | 91 | 0.69 | 0.49 | 0 | 0.64 | 222.86 | 0.53 | 0.23 |
| Hex | 1C | 2E | 5B | 45 | 31 | 0 | 40 | DF | 35 | 17 |
| Octal | 34 | 56 | 133 | 105 | 61 | 0 | 100 | 337 | 65 | 27 |
| Binary | 11100 | 101110 | 1011011 | 1000101 | 110001 | 0 | 1000000 | 11011111 | 110101 | 10111 |
Color Harmonies of #1C2E5B
Complementary color
Monochromatic Colors of #1C2E5B
Black with #1C2E5B
Text Example
Text Example
White with #1C2E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2E5B; }
p { color: rgb(28,46,91); }
H1.HeaderClassName
{
color: #1C2E5B;
}
.AnyTagClassName
{
color: #1C2E5B;
}
</style>
background-color css
<style>
a { background-color: #1C2E5B; }
a { background-color: rgb(28,46,91); }
div.DivClassName
{
background-color: #1C2E5B;
}
.BgClassName
{
background-color: #1C2E5B;
}
</style>
border-color css
<style>
span { border-color: #1C2E5B; }
span { border-color: rgb(28,46,91); }
td.TdClassName
{
border-color: #1C2E5B;
}
.TagClassName
{
border-color: #1C2E5B;
}
</style>