Shades of Dark Cerulean #133F6F
Tints of Dark Cerulean #133F6F
RGB
CMYK
RGB Variations
Color information
#133F6F (or 0x133F6F) is known color: Dark Cerulean. HEX triplet: 13, 3F and 6F. RGB value is (19,63,111). Sum of RGB (Red+Green+Blue) = 19+63+111=193 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.84% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #133F6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #133F6F is #ECC090. Grayscale: #373737. Windows color (decimal): -15515793 or 7290643. OLE color: 7290643.
HSL color Cylindrical-coordinate representation of color #133F6F: hue angle of 211.3º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #133F6F is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 63 | 111 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.56 |
| HSL | 211.3º | 0.71% | 0.25% | - |
| HSV(B) | 211.3º | 0.83% | 0.44% | - |
| XYZ | 4.92 | 4.84 | 15.71 | - |
| YUV | 55.32 | 159.42 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 63 | 111 | 0.83 | 0.43 | 0 | 0.56 | 211.3 | 0.71 | 0.25 |
| Hex | 13 | 3F | 6F | 53 | 2B | 0 | 38 | D3 | 47 | 19 |
| Octal | 23 | 77 | 157 | 123 | 53 | 0 | 70 | 323 | 107 | 31 |
| Binary | 10011 | 111111 | 1101111 | 1010011 | 101011 | 0 | 111000 | 11010011 | 1000111 | 11001 |
Color Harmonies of #133F6F
Complementary color
Monochromatic Colors of #133F6F
Black with #133F6F
Text Example
Text Example
White with #133F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133F6F; }
p { color: rgb(19,63,111); }
H1.HeaderClassName
{
color: #133F6F;
}
.AnyTagClassName
{
color: #133F6F;
}
</style>
background-color css
<style>
a { background-color: #133F6F; }
a { background-color: rgb(19,63,111); }
div.DivClassName
{
background-color: #133F6F;
}
.BgClassName
{
background-color: #133F6F;
}
</style>
border-color css
<style>
span { border-color: #133F6F; }
span { border-color: rgb(19,63,111); }
td.TdClassName
{
border-color: #133F6F;
}
.TagClassName
{
border-color: #133F6F;
}
</style>