Shades of Catalina Blue #1C2F57
Tints of Catalina Blue #1C2F57
RGB
CMYK
RGB Variations
Color information
#1C2F57 (or 0x1C2F57) is known color: Catalina Blue. HEX triplet: 1C, 2F and 57. RGB value is (28,47,87). Sum of RGB (Red+Green+Blue) = 28+47+87=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #1C2F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2F57 is #E3D0A8. Grayscale: #2D2D2D. Windows color (decimal): -14930089 or 5713692. OLE color: 5713692.
HSL color Cylindrical-coordinate representation of color #1C2F57: hue angle of 220.68º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C2F57 is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 28 | 47 | 87 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.66 |
| HSL | 220.68º | 0.51% | 0.23% | - |
| HSV(B) | 220.68º | 0.68% | 0.34% | - |
| XYZ | 3.22 | 2.97 | 9.42 | - |
| YUV | 45.88 | 151.21 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 87 | 0.68 | 0.46 | 0 | 0.66 | 220.68 | 0.51 | 0.23 |
| Hex | 1C | 2F | 57 | 44 | 2E | 0 | 42 | DD | 33 | 17 |
| Octal | 34 | 57 | 127 | 104 | 56 | 0 | 102 | 335 | 63 | 27 |
| Binary | 11100 | 101111 | 1010111 | 1000100 | 101110 | 0 | 1000010 | 11011101 | 110011 | 10111 |
Color Harmonies of #1C2F57
Complementary color
Monochromatic Colors of #1C2F57
Black with #1C2F57
Text Example
Text Example
White with #1C2F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2F57; }
p { color: rgb(28,47,87); }
H1.HeaderClassName
{
color: #1C2F57;
}
.AnyTagClassName
{
color: #1C2F57;
}
</style>
background-color css
<style>
a { background-color: #1C2F57; }
a { background-color: rgb(28,47,87); }
div.DivClassName
{
background-color: #1C2F57;
}
.BgClassName
{
background-color: #1C2F57;
}
</style>
border-color css
<style>
span { border-color: #1C2F57; }
span { border-color: rgb(28,47,87); }
td.TdClassName
{
border-color: #1C2F57;
}
.TagClassName
{
border-color: #1C2F57;
}
</style>