Shades of Cerulean #1379AD
Tints of Cerulean #1379AD
RGB
CMYK
RGB Variations
Color information
#1379AD (or 0x1379AD) is known color: Cerulean. HEX triplet: 13, 79 and AD. RGB value is (19,121,173). Sum of RGB (Red+Green+Blue) = 19+121+173=313 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.07% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #1379AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1379AD is #EC8652. Grayscale: #606060. Windows color (decimal): -15500883 or 11368723. OLE color: 11368723.
HSL color Cylindrical-coordinate representation of color #1379AD: hue angle of 200.26º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1379AD is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 121 | 173 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.32 |
| HSL | 200.26º | 0.8% | 0.38% | - |
| HSV(B) | 200.26º | 0.89% | 0.68% | - |
| XYZ | 14.65 | 16.83 | 42.01 | - |
| YUV | 96.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 121 | 173 | 0.89 | 0.30 | 0 | 0.32 | 200.26 | 0.8 | 0.38 |
| Hex | 13 | 79 | AD | 59 | 1E | 0 | 20 | C8 | 50 | 26 |
| Octal | 23 | 171 | 255 | 131 | 36 | 0 | 40 | 310 | 120 | 46 |
| Binary | 10011 | 1111001 | 10101101 | 1011001 | 11110 | 0 | 100000 | 11001000 | 1010000 | 100110 |
Color Harmonies of #1379AD
Complementary color
Monochromatic Colors of #1379AD
Black with #1379AD
Text Example
Text Example
White with #1379AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1379AD; }
p { color: rgb(19,121,173); }
H1.HeaderClassName
{
color: #1379AD;
}
.AnyTagClassName
{
color: #1379AD;
}
</style>
background-color css
<style>
a { background-color: #1379AD; }
a { background-color: rgb(19,121,173); }
div.DivClassName
{
background-color: #1379AD;
}
.BgClassName
{
background-color: #1379AD;
}
</style>
border-color css
<style>
span { border-color: #1379AD; }
span { border-color: rgb(19,121,173); }
td.TdClassName
{
border-color: #1379AD;
}
.TagClassName
{
border-color: #1379AD;
}
</style>