Shades of Dark Cerulean #133F6C
Tints of Dark Cerulean #133F6C
RGB
CMYK
RGB Variations
Color information
#133F6C (or 0x133F6C) is known color: Dark Cerulean. HEX triplet: 13, 3F and 6C. RGB value is (19,63,108). Sum of RGB (Red+Green+Blue) = 19+63+108=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #133F6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F6C is #ECC093. Grayscale: #363636. Windows color (decimal): -15515796 or 7094035. OLE color: 7094035.
HSL color Cylindrical-coordinate representation of color #133F6C: hue angle of 210.34º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #133F6C is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 63 | 108 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.58 |
| HSL | 210.34º | 0.7% | 0.25% | - |
| HSV(B) | 210.34º | 0.82% | 0.42% | - |
| XYZ | 4.75 | 4.78 | 14.86 | - |
| YUV | 54.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 108 | 0.82 | 0.42 | 0 | 0.58 | 210.34 | 0.7 | 0.25 |
| Hex | 13 | 3F | 6C | 52 | 2A | 0 | 3A | D2 | 46 | 19 |
| Octal | 23 | 77 | 154 | 122 | 52 | 0 | 72 | 322 | 106 | 31 |
| Binary | 10011 | 111111 | 1101100 | 1010010 | 101010 | 0 | 111010 | 11010010 | 1000110 | 11001 |
Color Harmonies of #133F6C
Complementary color
Monochromatic Colors of #133F6C
Black with #133F6C
Text Example
Text Example
White with #133F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F6C; }
p { color: rgb(19,63,108); }
H1.HeaderClassName
{
color: #133F6C;
}
.AnyTagClassName
{
color: #133F6C;
}
</style>
background-color css
<style>
a { background-color: #133F6C; }
a { background-color: rgb(19,63,108); }
div.DivClassName
{
background-color: #133F6C;
}
.BgClassName
{
background-color: #133F6C;
}
</style>
border-color css
<style>
span { border-color: #133F6C; }
span { border-color: rgb(19,63,108); }
td.TdClassName
{
border-color: #133F6C;
}
.TagClassName
{
border-color: #133F6C;
}
</style>