Shades of Dark Cerulean #134B90
Tints of Dark Cerulean #134B90
RGB
CMYK
RGB Variations
Color information
#134B90 (or 0x134B90) is known color: Dark Cerulean. HEX triplet: 13, 4B and 90. RGB value is (19,75,144). Sum of RGB (Red+Green+Blue) = 19+75+144=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #134B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134B90 is #ECB46F. Grayscale: #414141. Windows color (decimal): -15512688 or 9456403. OLE color: 9456403.
HSL color Cylindrical-coordinate representation of color #134B90: hue angle of 213.12º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134B90 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 19 | 75 | 144 | - |
| CMYK | 0.87 | 0.48 | 0 | 0.44 |
| HSL | 213.12º | 0.77% | 0.32% | - |
| HSV(B) | 213.12º | 0.87% | 0.56% | - |
| XYZ | 7.82 | 7.18 | 27.36 | - |
| YUV | 66.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 144 | 0.87 | 0.48 | 0 | 0.44 | 213.12 | 0.77 | 0.32 |
| Hex | 13 | 4B | 90 | 57 | 30 | 0 | 2C | D5 | 4D | 20 |
| Octal | 23 | 113 | 220 | 127 | 60 | 0 | 54 | 325 | 115 | 40 |
| Binary | 10011 | 1001011 | 10010000 | 1010111 | 110000 | 0 | 101100 | 11010101 | 1001101 | 100000 |
Color Harmonies of #134B90
Complementary color
Monochromatic Colors of #134B90
Black with #134B90
Text Example
Text Example
White with #134B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B90; }
p { color: rgb(19,75,144); }
H1.HeaderClassName
{
color: #134B90;
}
.AnyTagClassName
{
color: #134B90;
}
</style>
background-color css
<style>
a { background-color: #134B90; }
a { background-color: rgb(19,75,144); }
div.DivClassName
{
background-color: #134B90;
}
.BgClassName
{
background-color: #134B90;
}
</style>
border-color css
<style>
span { border-color: #134B90; }
span { border-color: rgb(19,75,144); }
td.TdClassName
{
border-color: #134B90;
}
.TagClassName
{
border-color: #134B90;
}
</style>