Shades of Catalina Blue #1E3167
Tints of Catalina Blue #1E3167
RGB
CMYK
RGB Variations
Color information
#1E3167 (or 0x1E3167) is known color: Catalina Blue. HEX triplet: 1E, 31 and 67. RGB value is (30,49,103). Sum of RGB (Red+Green+Blue) = 30+49+103=182 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.48% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 103 (40.62% from 255 or 56.59% from 182); Max value from RGB is 103 - color contains mainly: blue. Hex color #1E3167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3167 is #E1CE98. Grayscale: #313131. Windows color (decimal): -14798489 or 6762782. OLE color: 6762782.
HSL color Cylindrical-coordinate representation of color #1E3167: hue angle of 224.38º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3167 is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 30 | 49 | 103 | - |
| CMYK | 0.71 | 0.52 | 0 | 0.60 |
| HSL | 224.38º | 0.55% | 0.26% | - |
| HSV(B) | 224.38º | 0.71% | 0.4% | - |
| XYZ | 4.08 | 3.45 | 13.28 | - |
| YUV | 49.48 | 158.21 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 103 | 0.71 | 0.52 | 0 | 0.60 | 224.38 | 0.55 | 0.26 |
| Hex | 1E | 31 | 67 | 47 | 34 | 0 | 3C | E0 | 37 | 1A |
| Octal | 36 | 61 | 147 | 107 | 64 | 0 | 74 | 340 | 67 | 32 |
| Binary | 11110 | 110001 | 1100111 | 1000111 | 110100 | 0 | 111100 | 11100000 | 110111 | 11010 |
Color Harmonies of #1E3167
Complementary color
Monochromatic Colors of #1E3167
Black with #1E3167
Text Example
Text Example
White with #1E3167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3167; }
p { color: rgb(30,49,103); }
H1.HeaderClassName
{
color: #1E3167;
}
.AnyTagClassName
{
color: #1E3167;
}
</style>
background-color css
<style>
a { background-color: #1E3167; }
a { background-color: rgb(30,49,103); }
div.DivClassName
{
background-color: #1E3167;
}
.BgClassName
{
background-color: #1E3167;
}
</style>
border-color css
<style>
span { border-color: #1E3167; }
span { border-color: rgb(30,49,103); }
td.TdClassName
{
border-color: #1E3167;
}
.TagClassName
{
border-color: #1E3167;
}
</style>