Shades of Catalina Blue #1B365F
Tints of Catalina Blue #1B365F
RGB
CMYK
RGB Variations
Color information
#1B365F (or 0x1B365F) is known color: Catalina Blue. HEX triplet: 1B, 36 and 5F. RGB value is (27,54,95). Sum of RGB (Red+Green+Blue) = 27+54+95=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 54 (21.48% from 255 or 30.68% from 176); Blue value is 95 (37.5% from 255 or 53.98% from 176); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B365F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B365F is #E4C9A0. Grayscale: #323232. Windows color (decimal): -14993825 or 6239771. OLE color: 6239771.
HSL color Cylindrical-coordinate representation of color #1B365F: hue angle of 216.18º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B365F is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 54 | 95 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.63 |
| HSL | 216.18º | 0.56% | 0.24% | - |
| HSV(B) | 216.18º | 0.72% | 0.37% | - |
| XYZ | 3.84 | 3.7 | 11.34 | - |
| YUV | 50.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 54 | 95 | 0.72 | 0.43 | 0 | 0.63 | 216.18 | 0.56 | 0.24 |
| Hex | 1B | 36 | 5F | 48 | 2B | 0 | 3F | D8 | 38 | 18 |
| Octal | 33 | 66 | 137 | 110 | 53 | 0 | 77 | 330 | 70 | 30 |
| Binary | 11011 | 110110 | 1011111 | 1001000 | 101011 | 0 | 111111 | 11011000 | 111000 | 11000 |
Color Harmonies of #1B365F
Complementary color
Monochromatic Colors of #1B365F
Black with #1B365F
Text Example
Text Example
White with #1B365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B365F; }
p { color: rgb(27,54,95); }
H1.HeaderClassName
{
color: #1B365F;
}
.AnyTagClassName
{
color: #1B365F;
}
</style>
background-color css
<style>
a { background-color: #1B365F; }
a { background-color: rgb(27,54,95); }
div.DivClassName
{
background-color: #1B365F;
}
.BgClassName
{
background-color: #1B365F;
}
</style>
border-color css
<style>
span { border-color: #1B365F; }
span { border-color: rgb(27,54,95); }
td.TdClassName
{
border-color: #1B365F;
}
.TagClassName
{
border-color: #1B365F;
}
</style>