Shades of Dark Cerulean #134A7F
Tints of Dark Cerulean #134A7F
RGB
CMYK
RGB Variations
Color information
#134A7F (or 0x134A7F) is known color: Dark Cerulean. HEX triplet: 13, 4A and 7F. RGB value is (19,74,127). Sum of RGB (Red+Green+Blue) = 19+74+127=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 127 (50% from 255 or 57.73% from 220); Max value from RGB is 127 - color contains mainly: blue. Hex color #134A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134A7F is #ECB580. Grayscale: #3F3F3F. Windows color (decimal): -15512961 or 8342035. OLE color: 8342035.
HSL color Cylindrical-coordinate representation of color #134A7F: hue angle of 209.44º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134A7F is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 19 | 74 | 127 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.50 |
| HSL | 209.44º | 0.74% | 0.29% | - |
| HSV(B) | 209.44º | 0.85% | 0.5% | - |
| XYZ | 6.55 | 6.57 | 21 | - |
| YUV | 63.6 | 163.78 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 74 | 127 | 0.85 | 0.42 | 0 | 0.50 | 209.44 | 0.74 | 0.29 |
| Hex | 13 | 4A | 7F | 55 | 2A | 0 | 32 | D1 | 4A | 1D |
| Octal | 23 | 112 | 177 | 125 | 52 | 0 | 62 | 321 | 112 | 35 |
| Binary | 10011 | 1001010 | 1111111 | 1010101 | 101010 | 0 | 110010 | 11010001 | 1001010 | 11101 |
Color Harmonies of #134A7F
Complementary color
Monochromatic Colors of #134A7F
Black with #134A7F
Text Example
Text Example
White with #134A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134A7F; }
p { color: rgb(19,74,127); }
H1.HeaderClassName
{
color: #134A7F;
}
.AnyTagClassName
{
color: #134A7F;
}
</style>
background-color css
<style>
a { background-color: #134A7F; }
a { background-color: rgb(19,74,127); }
div.DivClassName
{
background-color: #134A7F;
}
.BgClassName
{
background-color: #134A7F;
}
</style>
border-color css
<style>
span { border-color: #134A7F; }
span { border-color: rgb(19,74,127); }
td.TdClassName
{
border-color: #134A7F;
}
.TagClassName
{
border-color: #134A7F;
}
</style>