Shades of Dark Cerulean #134B7C
Tints of Dark Cerulean #134B7C
RGB
CMYK
RGB Variations
Color information
#134B7C (or 0x134B7C) is known color: Dark Cerulean. HEX triplet: 13, 4B and 7C. RGB value is (19,75,124). Sum of RGB (Red+Green+Blue) = 19+75+124=218 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.72% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 124 (48.83% from 255 or 56.88% from 218); Max value from RGB is 124 - color contains mainly: blue. Hex color #134B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134B7C is #ECB483. Grayscale: #3F3F3F. Windows color (decimal): -15512708 or 8145683. OLE color: 8145683.
HSL color Cylindrical-coordinate representation of color #134B7C: hue angle of 208º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134B7C is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 75 | 124 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.51 |
| HSL | 208º | 0.73% | 0.28% | - |
| HSV(B) | 208º | 0.85% | 0.49% | - |
| XYZ | 6.42 | 6.63 | 20.01 | - |
| YUV | 63.84 | 161.95 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 124 | 0.85 | 0.40 | 0 | 0.51 | 208 | 0.73 | 0.28 |
| Hex | 13 | 4B | 7C | 55 | 28 | 0 | 33 | D0 | 49 | 1C |
| Octal | 23 | 113 | 174 | 125 | 50 | 0 | 63 | 320 | 111 | 34 |
| Binary | 10011 | 1001011 | 1111100 | 1010101 | 101000 | 0 | 110011 | 11010000 | 1001001 | 11100 |
Color Harmonies of #134B7C
Complementary color
Monochromatic Colors of #134B7C
Black with #134B7C
Text Example
Text Example
White with #134B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B7C; }
p { color: rgb(19,75,124); }
H1.HeaderClassName
{
color: #134B7C;
}
.AnyTagClassName
{
color: #134B7C;
}
</style>
background-color css
<style>
a { background-color: #134B7C; }
a { background-color: rgb(19,75,124); }
div.DivClassName
{
background-color: #134B7C;
}
.BgClassName
{
background-color: #134B7C;
}
</style>
border-color css
<style>
span { border-color: #134B7C; }
span { border-color: rgb(19,75,124); }
td.TdClassName
{
border-color: #134B7C;
}
.TagClassName
{
border-color: #134B7C;
}
</style>