Shades of Cerulean #1279B8
Tints of Cerulean #1279B8
RGB
CMYK
RGB Variations
Color information
#1279B8 (or 0x1279B8) is known color: Cerulean. HEX triplet: 12, 79 and B8. RGB value is (18,121,184). Sum of RGB (Red+Green+Blue) = 18+121+184=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 184 (72.27% from 255 or 56.97% from 323); Max value from RGB is 184 - color contains mainly: blue. Hex color #1279B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1279B8 is #ED8647. Grayscale: #616161. Windows color (decimal): -15566408 or 12089618. OLE color: 12089618.
HSL color Cylindrical-coordinate representation of color #1279B8: hue angle of 202.77º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1279B8 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 121 | 184 | - |
| CMYK | 0.90 | 0.34 | 0 | 0.28 |
| HSL | 202.77º | 0.82% | 0.4% | - |
| HSV(B) | 202.77º | 0.9% | 0.72% | - |
| XYZ | 15.74 | 17.26 | 47.85 | - |
| YUV | 97.39 | 176.88 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 121 | 184 | 0.90 | 0.34 | 0 | 0.28 | 202.77 | 0.82 | 0.4 |
| Hex | 12 | 79 | B8 | 5A | 22 | 0 | 1C | CB | 52 | 28 |
| Octal | 22 | 171 | 270 | 132 | 42 | 0 | 34 | 313 | 122 | 50 |
| Binary | 10010 | 1111001 | 10111000 | 1011010 | 100010 | 0 | 11100 | 11001011 | 1010010 | 101000 |
Color Harmonies of #1279B8
Complementary color
Monochromatic Colors of #1279B8
Black with #1279B8
Text Example
Text Example
White with #1279B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1279B8; }
p { color: rgb(18,121,184); }
H1.HeaderClassName
{
color: #1279B8;
}
.AnyTagClassName
{
color: #1279B8;
}
</style>
background-color css
<style>
a { background-color: #1279B8; }
a { background-color: rgb(18,121,184); }
div.DivClassName
{
background-color: #1279B8;
}
.BgClassName
{
background-color: #1279B8;
}
</style>
border-color css
<style>
span { border-color: #1279B8; }
span { border-color: rgb(18,121,184); }
td.TdClassName
{
border-color: #1279B8;
}
.TagClassName
{
border-color: #1279B8;
}
</style>