Shades of Cerulean #1383B1
Tints of Cerulean #1383B1
RGB
CMYK
RGB Variations
Color information
#1383B1 (or 0x1383B1) is known color: Cerulean. HEX triplet: 13, 83 and B1. RGB value is (19,131,177). Sum of RGB (Red+Green+Blue) = 19+131+177=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #1383B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1383B1 is #EC7C4E. Grayscale: #666666. Windows color (decimal): -15498319 or 11633427. OLE color: 11633427.
HSL color Cylindrical-coordinate representation of color #1383B1: hue angle of 197.47º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1383B1 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 131 | 177 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.31 |
| HSL | 197.47º | 0.81% | 0.38% | - |
| HSV(B) | 197.47º | 0.89% | 0.69% | - |
| XYZ | 16.32 | 19.55 | 44.51 | - |
| YUV | 102.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 131 | 177 | 0.89 | 0.26 | 0 | 0.31 | 197.47 | 0.81 | 0.38 |
| Hex | 13 | 83 | B1 | 59 | 1A | 0 | 1F | C5 | 51 | 26 |
| Octal | 23 | 203 | 261 | 131 | 32 | 0 | 37 | 305 | 121 | 46 |
| Binary | 10011 | 10000011 | 10110001 | 1011001 | 11010 | 0 | 11111 | 11000101 | 1010001 | 100110 |
Color Harmonies of #1383B1
Complementary color
Monochromatic Colors of #1383B1
Black with #1383B1
Text Example
Text Example
White with #1383B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1383B1; }
p { color: rgb(19,131,177); }
H1.HeaderClassName
{
color: #1383B1;
}
.AnyTagClassName
{
color: #1383B1;
}
</style>
background-color css
<style>
a { background-color: #1383B1; }
a { background-color: rgb(19,131,177); }
div.DivClassName
{
background-color: #1383B1;
}
.BgClassName
{
background-color: #1383B1;
}
</style>
border-color css
<style>
span { border-color: #1383B1; }
span { border-color: rgb(19,131,177); }
td.TdClassName
{
border-color: #1383B1;
}
.TagClassName
{
border-color: #1383B1;
}
</style>