Shades of Dark Cerulean #134B8C
Tints of Dark Cerulean #134B8C
RGB
CMYK
RGB Variations
Color information
#134B8C (or 0x134B8C) is known color: Dark Cerulean. HEX triplet: 13, 4B and 8C. RGB value is (19,75,140). Sum of RGB (Red+Green+Blue) = 19+75+140=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 75 (29.69% from 255 or 32.05% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #134B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134B8C is #ECB473. Grayscale: #414141. Windows color (decimal): -15512692 or 9194259. OLE color: 9194259.
HSL color Cylindrical-coordinate representation of color #134B8C: hue angle of 212.23º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #134B8C is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 75 | 140 | - |
| CMYK | 0.86 | 0.46 | 0 | 0.45 |
| HSL | 212.23º | 0.76% | 0.31% | - |
| HSV(B) | 212.23º | 0.86% | 0.55% | - |
| XYZ | 7.52 | 7.06 | 25.78 | - |
| YUV | 65.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 140 | 0.86 | 0.46 | 0 | 0.45 | 212.23 | 0.76 | 0.31 |
| Hex | 13 | 4B | 8C | 56 | 2E | 0 | 2D | D4 | 4C | 1F |
| Octal | 23 | 113 | 214 | 126 | 56 | 0 | 55 | 324 | 114 | 37 |
| Binary | 10011 | 1001011 | 10001100 | 1010110 | 101110 | 0 | 101101 | 11010100 | 1001100 | 11111 |
Color Harmonies of #134B8C
Complementary color
Monochromatic Colors of #134B8C
Black with #134B8C
Text Example
Text Example
White with #134B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134B8C; }
p { color: rgb(19,75,140); }
H1.HeaderClassName
{
color: #134B8C;
}
.AnyTagClassName
{
color: #134B8C;
}
</style>
background-color css
<style>
a { background-color: #134B8C; }
a { background-color: rgb(19,75,140); }
div.DivClassName
{
background-color: #134B8C;
}
.BgClassName
{
background-color: #134B8C;
}
</style>
border-color css
<style>
span { border-color: #134B8C; }
span { border-color: rgb(19,75,140); }
td.TdClassName
{
border-color: #134B8C;
}
.TagClassName
{
border-color: #134B8C;
}
</style>