Shades of Dark Cerulean #134A8B
Tints of Dark Cerulean #134A8B
RGB
CMYK
RGB Variations
Color information
#134A8B (or 0x134A8B) is known color: Dark Cerulean. HEX triplet: 13, 4A and 8B. RGB value is (19,74,139). Sum of RGB (Red+Green+Blue) = 19+74+139=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 74 (29.30% from 255 or 31.90% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #134A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134A8B is #ECB574. Grayscale: #404040. Windows color (decimal): -15512949 or 9128467. OLE color: 9128467.
HSL color Cylindrical-coordinate representation of color #134A8B: hue angle of 212.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134A8B is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 74 | 139 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.45 |
| HSL | 212.5º | 0.76% | 0.31% | - |
| HSV(B) | 212.5º | 0.86% | 0.55% | - |
| XYZ | 7.38 | 6.9 | 25.37 | - |
| YUV | 64.97 | 169.78 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 139 | 0.86 | 0.47 | 0 | 0.45 | 212.5 | 0.76 | 0.31 |
| Hex | 13 | 4A | 8B | 56 | 2F | 0 | 2D | D4 | 4C | 1F |
| Octal | 23 | 112 | 213 | 126 | 57 | 0 | 55 | 324 | 114 | 37 |
| Binary | 10011 | 1001010 | 10001011 | 1010110 | 101111 | 0 | 101101 | 11010100 | 1001100 | 11111 |
Color Harmonies of #134A8B
Complementary color
Monochromatic Colors of #134A8B
Black with #134A8B
Text Example
Text Example
White with #134A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A8B; }
p { color: rgb(19,74,139); }
H1.HeaderClassName
{
color: #134A8B;
}
.AnyTagClassName
{
color: #134A8B;
}
</style>
background-color css
<style>
a { background-color: #134A8B; }
a { background-color: rgb(19,74,139); }
div.DivClassName
{
background-color: #134A8B;
}
.BgClassName
{
background-color: #134A8B;
}
</style>
border-color css
<style>
span { border-color: #134A8B; }
span { border-color: rgb(19,74,139); }
td.TdClassName
{
border-color: #134A8B;
}
.TagClassName
{
border-color: #134A8B;
}
</style>