Shades of Catalina Blue #1B305D
Tints of Catalina Blue #1B305D
RGB
CMYK
RGB Variations
Color information
#1B305D (or 0x1B305D) is known color: Catalina Blue. HEX triplet: 1B, 30 and 5D. RGB value is (27,48,93). Sum of RGB (Red+Green+Blue) = 27+48+93=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 48 (19.14% from 255 or 28.57% 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 #1B305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B305D is #E4CFA2. Grayscale: #2E2E2E. Windows color (decimal): -14995363 or 6107163. OLE color: 6107163.
HSL color Cylindrical-coordinate representation of color #1B305D: hue angle of 220.91º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B305D is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 48 | 93 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.64 |
| HSL | 220.91º | 0.55% | 0.24% | - |
| HSV(B) | 220.91º | 0.71% | 0.36% | - |
| XYZ | 3.48 | 3.14 | 10.78 | - |
| YUV | 46.85 | 154.04 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 48 | 93 | 0.71 | 0.48 | 0 | 0.64 | 220.91 | 0.55 | 0.24 |
| Hex | 1B | 30 | 5D | 47 | 30 | 0 | 40 | DD | 37 | 18 |
| Octal | 33 | 60 | 135 | 107 | 60 | 0 | 100 | 335 | 67 | 30 |
| Binary | 11011 | 110000 | 1011101 | 1000111 | 110000 | 0 | 1000000 | 11011101 | 110111 | 11000 |
Color Harmonies of #1B305D
Complementary color
Monochromatic Colors of #1B305D
Black with #1B305D
Text Example
Text Example
White with #1B305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B305D; }
p { color: rgb(27,48,93); }
H1.HeaderClassName
{
color: #1B305D;
}
.AnyTagClassName
{
color: #1B305D;
}
</style>
background-color css
<style>
a { background-color: #1B305D; }
a { background-color: rgb(27,48,93); }
div.DivClassName
{
background-color: #1B305D;
}
.BgClassName
{
background-color: #1B305D;
}
</style>
border-color css
<style>
span { border-color: #1B305D; }
span { border-color: rgb(27,48,93); }
td.TdClassName
{
border-color: #1B305D;
}
.TagClassName
{
border-color: #1B305D;
}
</style>