Shades of Catalina Blue #1C2F5D
Tints of Catalina Blue #1C2F5D
RGB
CMYK
RGB Variations
Color information
#1C2F5D (or 0x1C2F5D) is known color: Catalina Blue. HEX triplet: 1C, 2F and 5D. RGB value is (28,47,93). Sum of RGB (Red+Green+Blue) = 28+47+93=168 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.67% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C2F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C2F5D is #E3D0A2. Grayscale: #2E2E2E. Windows color (decimal): -14930083 or 6106908. OLE color: 6106908.
HSL color Cylindrical-coordinate representation of color #1C2F5D: hue angle of 222.46º degrees, saturation: 0.54, 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 #1C2F5D is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 28 | 47 | 93 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.64 |
| HSL | 222.46º | 0.54% | 0.24% | - |
| HSV(B) | 222.46º | 0.7% | 0.36% | - |
| XYZ | 3.47 | 3.07 | 10.77 | - |
| YUV | 46.56 | 154.21 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 47 | 93 | 0.70 | 0.49 | 0 | 0.64 | 222.46 | 0.54 | 0.24 |
| Hex | 1C | 2F | 5D | 46 | 31 | 0 | 40 | DE | 36 | 18 |
| Octal | 34 | 57 | 135 | 106 | 61 | 0 | 100 | 336 | 66 | 30 |
| Binary | 11100 | 101111 | 1011101 | 1000110 | 110001 | 0 | 1000000 | 11011110 | 110110 | 11000 |
Color Harmonies of #1C2F5D
Complementary color
Monochromatic Colors of #1C2F5D
Black with #1C2F5D
Text Example
Text Example
White with #1C2F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2F5D; }
p { color: rgb(28,47,93); }
H1.HeaderClassName
{
color: #1C2F5D;
}
.AnyTagClassName
{
color: #1C2F5D;
}
</style>
background-color css
<style>
a { background-color: #1C2F5D; }
a { background-color: rgb(28,47,93); }
div.DivClassName
{
background-color: #1C2F5D;
}
.BgClassName
{
background-color: #1C2F5D;
}
</style>
border-color css
<style>
span { border-color: #1C2F5D; }
span { border-color: rgb(28,47,93); }
td.TdClassName
{
border-color: #1C2F5D;
}
.TagClassName
{
border-color: #1C2F5D;
}
</style>