Shades of Dark Cerulean #134173
Tints of Dark Cerulean #134173
RGB
CMYK
RGB Variations
Color information
#134173 (or 0x134173) is known color: Dark Cerulean. HEX triplet: 13, 41 and 73. RGB value is (19,65,115). Sum of RGB (Red+Green+Blue) = 19+65+115=199 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.55% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #134173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #134173 is #ECBE8C. Grayscale: #383838. Windows color (decimal): -15515277 or 7553299. OLE color: 7553299.
HSL color Cylindrical-coordinate representation of color #134173: hue angle of 211.25º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #134173 is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 65 | 115 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.55 |
| HSL | 211.25º | 0.72% | 0.26% | - |
| HSV(B) | 211.25º | 0.83% | 0.45% | - |
| XYZ | 5.25 | 5.16 | 16.94 | - |
| YUV | 56.95 | 160.76 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 65 | 115 | 0.83 | 0.43 | 0 | 0.55 | 211.25 | 0.72 | 0.26 |
| Hex | 13 | 41 | 73 | 53 | 2B | 0 | 37 | D3 | 48 | 1A |
| Octal | 23 | 101 | 163 | 123 | 53 | 0 | 67 | 323 | 110 | 32 |
| Binary | 10011 | 1000001 | 1110011 | 1010011 | 101011 | 0 | 110111 | 11010011 | 1001000 | 11010 |
Color Harmonies of #134173
Complementary color
Monochromatic Colors of #134173
Black with #134173
Text Example
Text Example
White with #134173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134173; }
p { color: rgb(19,65,115); }
H1.HeaderClassName
{
color: #134173;
}
.AnyTagClassName
{
color: #134173;
}
</style>
background-color css
<style>
a { background-color: #134173; }
a { background-color: rgb(19,65,115); }
div.DivClassName
{
background-color: #134173;
}
.BgClassName
{
background-color: #134173;
}
</style>
border-color css
<style>
span { border-color: #134173; }
span { border-color: rgb(19,65,115); }
td.TdClassName
{
border-color: #134173;
}
.TagClassName
{
border-color: #134173;
}
</style>