Shades of Dark Cerulean #134283
Tints of Dark Cerulean #134283
RGB
CMYK
RGB Variations
Color information
#134283 (or 0x134283) is known color: Dark Cerulean. HEX triplet: 13, 42 and 83. RGB value is (19,66,131). Sum of RGB (Red+Green+Blue) = 19+66+131=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 131 (51.56% from 255 or 60.65% from 216); Max value from RGB is 131 - color contains mainly: blue. Hex color #134283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134283 is #ECBD7C. Grayscale: #3B3B3B. Windows color (decimal): -15515005 or 8602131. OLE color: 8602131.
HSL color Cylindrical-coordinate representation of color #134283: hue angle of 214.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #134283 is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 19 | 66 | 131 | - |
| CMYK | 0.85 | 0.50 | 0 | 0.49 |
| HSL | 214.82º | 0.75% | 0.29% | - |
| HSV(B) | 214.82º | 0.85% | 0.51% | - |
| XYZ | 6.31 | 5.67 | 22.24 | - |
| YUV | 59.36 | 168.43 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 66 | 131 | 0.85 | 0.50 | 0 | 0.49 | 214.82 | 0.75 | 0.29 |
| Hex | 13 | 42 | 83 | 55 | 32 | 0 | 31 | D7 | 4B | 1D |
| Octal | 23 | 102 | 203 | 125 | 62 | 0 | 61 | 327 | 113 | 35 |
| Binary | 10011 | 1000010 | 10000011 | 1010101 | 110010 | 0 | 110001 | 11010111 | 1001011 | 11101 |
Color Harmonies of #134283
Complementary color
Monochromatic Colors of #134283
Black with #134283
Text Example
Text Example
White with #134283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134283; }
p { color: rgb(19,66,131); }
H1.HeaderClassName
{
color: #134283;
}
.AnyTagClassName
{
color: #134283;
}
</style>
background-color css
<style>
a { background-color: #134283; }
a { background-color: rgb(19,66,131); }
div.DivClassName
{
background-color: #134283;
}
.BgClassName
{
background-color: #134283;
}
</style>
border-color css
<style>
span { border-color: #134283; }
span { border-color: rgb(19,66,131); }
td.TdClassName
{
border-color: #134283;
}
.TagClassName
{
border-color: #134283;
}
</style>