Shades of Dark Cerulean #134074
Tints of Dark Cerulean #134074
RGB
CMYK
RGB Variations
Color information
#134074 (or 0x134074) is known color: Dark Cerulean. HEX triplet: 13, 40 and 74. RGB value is (19,64,116). Sum of RGB (Red+Green+Blue) = 19+64+116=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 116 (45.70% from 255 or 58.29% from 199); Max value from RGB is 116 - color contains mainly: blue. Hex color #134074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134074 is #ECBF8B. Grayscale: #383838. Windows color (decimal): -15515532 or 7618579. OLE color: 7618579.
HSL color Cylindrical-coordinate representation of color #134074: hue angle of 212.16º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #134074 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 64 | 116 | - |
| CMYK | 0.84 | 0.45 | 0 | 0.55 |
| HSL | 212.16º | 0.72% | 0.26% | - |
| HSV(B) | 212.16º | 0.84% | 0.45% | - |
| XYZ | 5.25 | 5.07 | 17.22 | - |
| YUV | 56.47 | 161.59 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 116 | 0.84 | 0.45 | 0 | 0.55 | 212.16 | 0.72 | 0.26 |
| Hex | 13 | 40 | 74 | 54 | 2D | 0 | 37 | D4 | 48 | 1A |
| Octal | 23 | 100 | 164 | 124 | 55 | 0 | 67 | 324 | 110 | 32 |
| Binary | 10011 | 1000000 | 1110100 | 1010100 | 101101 | 0 | 110111 | 11010100 | 1001000 | 11010 |
Color Harmonies of #134074
Complementary color
Monochromatic Colors of #134074
Black with #134074
Text Example
Text Example
White with #134074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134074; }
p { color: rgb(19,64,116); }
H1.HeaderClassName
{
color: #134074;
}
.AnyTagClassName
{
color: #134074;
}
</style>
background-color css
<style>
a { background-color: #134074; }
a { background-color: rgb(19,64,116); }
div.DivClassName
{
background-color: #134074;
}
.BgClassName
{
background-color: #134074;
}
</style>
border-color css
<style>
span { border-color: #134074; }
span { border-color: rgb(19,64,116); }
td.TdClassName
{
border-color: #134074;
}
.TagClassName
{
border-color: #134074;
}
</style>