Shades of Dark Cerulean #134174
Tints of Dark Cerulean #134174
RGB
CMYK
RGB Variations
Color information
#134174 (or 0x134174) is known color: Dark Cerulean. HEX triplet: 13, 41 and 74. RGB value is (19,65,116). Sum of RGB (Red+Green+Blue) = 19+65+116=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 116 (45.70% from 255 or 58% from 200); Max value from RGB is 116 - color contains mainly: blue. Hex color #134174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134174 is #ECBE8B. Grayscale: #383838. Windows color (decimal): -15515276 or 7618835. OLE color: 7618835.
HSL color Cylindrical-coordinate representation of color #134174: hue angle of 211.55º 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 #134174 is Cyan = 0.84, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 65 | 116 | - |
| CMYK | 0.84 | 0.44 | 0 | 0.55 |
| HSL | 211.55º | 0.72% | 0.26% | - |
| HSV(B) | 211.55º | 0.84% | 0.45% | - |
| XYZ | 5.31 | 5.18 | 17.24 | - |
| YUV | 57.06 | 161.26 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 116 | 0.84 | 0.44 | 0 | 0.55 | 211.55 | 0.72 | 0.26 |
| Hex | 13 | 41 | 74 | 54 | 2C | 0 | 37 | D4 | 48 | 1A |
| Octal | 23 | 101 | 164 | 124 | 54 | 0 | 67 | 324 | 110 | 32 |
| Binary | 10011 | 1000001 | 1110100 | 1010100 | 101100 | 0 | 110111 | 11010100 | 1001000 | 11010 |
Color Harmonies of #134174
Complementary color
Monochromatic Colors of #134174
Black with #134174
Text Example
Text Example
White with #134174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134174; }
p { color: rgb(19,65,116); }
H1.HeaderClassName
{
color: #134174;
}
.AnyTagClassName
{
color: #134174;
}
</style>
background-color css
<style>
a { background-color: #134174; }
a { background-color: rgb(19,65,116); }
div.DivClassName
{
background-color: #134174;
}
.BgClassName
{
background-color: #134174;
}
</style>
border-color css
<style>
span { border-color: #134174; }
span { border-color: rgb(19,65,116); }
td.TdClassName
{
border-color: #134174;
}
.TagClassName
{
border-color: #134174;
}
</style>