Shades of Catalina Blue #1B3867
Tints of Catalina Blue #1B3867
RGB
CMYK
RGB Variations
Color information
#1B3867 (or 0x1B3867) is known color: Catalina Blue. HEX triplet: 1B, 38 and 67. RGB value is (27,56,103). Sum of RGB (Red+Green+Blue) = 27+56+103=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 56 (22.27% from 255 or 30.11% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #1B3867 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3867 is #E4C798. Grayscale: #343434. Windows color (decimal): -14993305 or 6764571. OLE color: 6764571.
HSL color Cylindrical-coordinate representation of color #1B3867: hue angle of 217.11º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B3867 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 56 | 103 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.60 |
| HSL | 217.11º | 0.58% | 0.25% | - |
| HSV(B) | 217.11º | 0.74% | 0.4% | - |
| XYZ | 4.31 | 4.04 | 13.38 | - |
| YUV | 52.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 56 | 103 | 0.74 | 0.46 | 0 | 0.60 | 217.11 | 0.58 | 0.25 |
| Hex | 1B | 38 | 67 | 4A | 2E | 0 | 3C | D9 | 3A | 19 |
| Octal | 33 | 70 | 147 | 112 | 56 | 0 | 74 | 331 | 72 | 31 |
| Binary | 11011 | 111000 | 1100111 | 1001010 | 101110 | 0 | 111100 | 11011001 | 111010 | 11001 |
Color Harmonies of #1B3867
Complementary color
Monochromatic Colors of #1B3867
Black with #1B3867
Text Example
Text Example
White with #1B3867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3867; }
p { color: rgb(27,56,103); }
H1.HeaderClassName
{
color: #1B3867;
}
.AnyTagClassName
{
color: #1B3867;
}
</style>
background-color css
<style>
a { background-color: #1B3867; }
a { background-color: rgb(27,56,103); }
div.DivClassName
{
background-color: #1B3867;
}
.BgClassName
{
background-color: #1B3867;
}
</style>
border-color css
<style>
span { border-color: #1B3867; }
span { border-color: rgb(27,56,103); }
td.TdClassName
{
border-color: #1B3867;
}
.TagClassName
{
border-color: #1B3867;
}
</style>