Shades of Catalina Blue #1B3864
Tints of Catalina Blue #1B3864
RGB
CMYK
RGB Variations
Color information
#1B3864 (or 0x1B3864) is known color: Catalina Blue. HEX triplet: 1B, 38 and 64. RGB value is (27,56,100). Sum of RGB (Red+Green+Blue) = 27+56+100=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 100 (39.45% from 255 or 54.64% from 183); Max value from RGB is 100 - color contains mainly: blue. Hex color #1B3864 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3864 is #E4C79B. Grayscale: #343434. Windows color (decimal): -14993308 or 6567963. OLE color: 6567963.
HSL color Cylindrical-coordinate representation of color #1B3864: hue angle of 216.16º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B3864 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 56 | 100 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.61 |
| HSL | 216.16º | 0.57% | 0.25% | - |
| HSV(B) | 216.16º | 0.73% | 0.39% | - |
| XYZ | 4.17 | 3.98 | 12.61 | - |
| YUV | 52.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 100 | 0.73 | 0.44 | 0 | 0.61 | 216.16 | 0.57 | 0.25 |
| Hex | 1B | 38 | 64 | 49 | 2C | 0 | 3D | D8 | 39 | 19 |
| Octal | 33 | 70 | 144 | 111 | 54 | 0 | 75 | 330 | 71 | 31 |
| Binary | 11011 | 111000 | 1100100 | 1001001 | 101100 | 0 | 111101 | 11011000 | 111001 | 11001 |
Color Harmonies of #1B3864
Complementary color
Monochromatic Colors of #1B3864
Black with #1B3864
Text Example
Text Example
White with #1B3864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3864; }
p { color: rgb(27,56,100); }
H1.HeaderClassName
{
color: #1B3864;
}
.AnyTagClassName
{
color: #1B3864;
}
</style>
background-color css
<style>
a { background-color: #1B3864; }
a { background-color: rgb(27,56,100); }
div.DivClassName
{
background-color: #1B3864;
}
.BgClassName
{
background-color: #1B3864;
}
</style>
border-color css
<style>
span { border-color: #1B3864; }
span { border-color: rgb(27,56,100); }
td.TdClassName
{
border-color: #1B3864;
}
.TagClassName
{
border-color: #1B3864;
}
</style>