Shades of Dark Cerulean #134A8A
Tints of Dark Cerulean #134A8A
RGB
CMYK
RGB Variations
Color information
#134A8A (or 0x134A8A) is known color: Dark Cerulean. HEX triplet: 13, 4A and 8A. RGB value is (19,74,138). Sum of RGB (Red+Green+Blue) = 19+74+138=231 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.23% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #134A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134A8A is #ECB575. Grayscale: #404040. Windows color (decimal): -15512950 or 9062931. OLE color: 9062931.
HSL color Cylindrical-coordinate representation of color #134A8A: hue angle of 212.27º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134A8A is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 19 | 74 | 138 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.46 |
| HSL | 212.27º | 0.76% | 0.31% | - |
| HSV(B) | 212.27º | 0.86% | 0.54% | - |
| XYZ | 7.3 | 6.87 | 24.99 | - |
| YUV | 64.85 | 169.28 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 138 | 0.86 | 0.46 | 0 | 0.46 | 212.27 | 0.76 | 0.31 |
| Hex | 13 | 4A | 8A | 56 | 2E | 0 | 2E | D4 | 4C | 1F |
| Octal | 23 | 112 | 212 | 126 | 56 | 0 | 56 | 324 | 114 | 37 |
| Binary | 10011 | 1001010 | 10001010 | 1010110 | 101110 | 0 | 101110 | 11010100 | 1001100 | 11111 |
Color Harmonies of #134A8A
Complementary color
Monochromatic Colors of #134A8A
Black with #134A8A
Text Example
Text Example
White with #134A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A8A; }
p { color: rgb(19,74,138); }
H1.HeaderClassName
{
color: #134A8A;
}
.AnyTagClassName
{
color: #134A8A;
}
</style>
background-color css
<style>
a { background-color: #134A8A; }
a { background-color: rgb(19,74,138); }
div.DivClassName
{
background-color: #134A8A;
}
.BgClassName
{
background-color: #134A8A;
}
</style>
border-color css
<style>
span { border-color: #134A8A; }
span { border-color: rgb(19,74,138); }
td.TdClassName
{
border-color: #134A8A;
}
.TagClassName
{
border-color: #134A8A;
}
</style>