Shades of Arapawa #1B4A68
Tints of Arapawa #1B4A68
RGB
CMYK
RGB Variations
Color information
#1B4A68 (or 0x1B4A68) is known color: Arapawa. HEX triplet: 1B, 4A and 68. RGB value is (27,74,104). Sum of RGB (Red+Green+Blue) = 27+74+104=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 104 (41.02% from 255 or 50.73% from 205); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B4A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4A68 is #E4B597. Grayscale: #3F3F3F. Windows color (decimal): -14988696 or 6834715. OLE color: 6834715.
HSL color Cylindrical-coordinate representation of color #1B4A68: hue angle of 203.38º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B4A68 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 74 | 104 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.59 |
| HSL | 203.38º | 0.59% | 0.26% | - |
| HSV(B) | 203.38º | 0.74% | 0.41% | - |
| XYZ | 5.4 | 6.13 | 14 | - |
| YUV | 63.37 | 150.93 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 74 | 104 | 0.74 | 0.29 | 0 | 0.59 | 203.38 | 0.59 | 0.26 |
| Hex | 1B | 4A | 68 | 4A | 1D | 0 | 3B | CB | 3B | 1A |
| Octal | 33 | 112 | 150 | 112 | 35 | 0 | 73 | 313 | 73 | 32 |
| Binary | 11011 | 1001010 | 1101000 | 1001010 | 11101 | 0 | 111011 | 11001011 | 111011 | 11010 |
Color Harmonies of #1B4A68
Complementary color
Monochromatic Colors of #1B4A68
Black with #1B4A68
Text Example
Text Example
White with #1B4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4A68; }
p { color: rgb(27,74,104); }
H1.HeaderClassName
{
color: #1B4A68;
}
.AnyTagClassName
{
color: #1B4A68;
}
</style>
background-color css
<style>
a { background-color: #1B4A68; }
a { background-color: rgb(27,74,104); }
div.DivClassName
{
background-color: #1B4A68;
}
.BgClassName
{
background-color: #1B4A68;
}
</style>
border-color css
<style>
span { border-color: #1B4A68; }
span { border-color: rgb(27,74,104); }
td.TdClassName
{
border-color: #1B4A68;
}
.TagClassName
{
border-color: #1B4A68;
}
</style>