Shades of Catalina Blue #1C2F5C
Tints of Catalina Blue #1C2F5C
RGB
CMYK
RGB Variations
Color information
#1C2F5C (or 0x1C2F5C) is known color: Catalina Blue. HEX triplet: 1C, 2F and 5C. RGB value is (28,47,92). Sum of RGB (Red+Green+Blue) = 28+47+92=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 92 (36.33% from 255 or 55.09% from 167); Max value from RGB is 92 - color contains mainly: blue. Hex color #1C2F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2F5C is #E3D0A3. Grayscale: #2E2E2E. Windows color (decimal): -14930084 or 6041372. OLE color: 6041372.
HSL color Cylindrical-coordinate representation of color #1C2F5C: hue angle of 222.19º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C2F5C is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 47 | 92 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.64 |
| HSL | 222.19º | 0.53% | 0.24% | - |
| HSV(B) | 222.19º | 0.7% | 0.36% | - |
| XYZ | 3.43 | 3.05 | 10.53 | - |
| YUV | 46.45 | 153.71 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 92 | 0.70 | 0.49 | 0 | 0.64 | 222.19 | 0.53 | 0.24 |
| Hex | 1C | 2F | 5C | 46 | 31 | 0 | 40 | DE | 35 | 18 |
| Octal | 34 | 57 | 134 | 106 | 61 | 0 | 100 | 336 | 65 | 30 |
| Binary | 11100 | 101111 | 1011100 | 1000110 | 110001 | 0 | 1000000 | 11011110 | 110101 | 11000 |
Color Harmonies of #1C2F5C
Complementary color
Monochromatic Colors of #1C2F5C
Black with #1C2F5C
Text Example
Text Example
White with #1C2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2F5C; }
p { color: rgb(28,47,92); }
H1.HeaderClassName
{
color: #1C2F5C;
}
.AnyTagClassName
{
color: #1C2F5C;
}
</style>
background-color css
<style>
a { background-color: #1C2F5C; }
a { background-color: rgb(28,47,92); }
div.DivClassName
{
background-color: #1C2F5C;
}
.BgClassName
{
background-color: #1C2F5C;
}
</style>
border-color css
<style>
span { border-color: #1C2F5C; }
span { border-color: rgb(28,47,92); }
td.TdClassName
{
border-color: #1C2F5C;
}
.TagClassName
{
border-color: #1C2F5C;
}
</style>