Shades of Cerulean #1C7DB3
Tints of Cerulean #1C7DB3
RGB
CMYK
RGB Variations
Color information
#1C7DB3 (or 0x1C7DB3) is known color: Cerulean. HEX triplet: 1C, 7D and B3. RGB value is (28,125,179). Sum of RGB (Red+Green+Blue) = 28+125+179=332 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.43% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 179 (70.31% from 255 or 53.92% from 332); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C7DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1C7DB3 is #E3824C. Grayscale: #656565. Windows color (decimal): -14910029 or 11762972. OLE color: 11762972.
HSL color Cylindrical-coordinate representation of color #1C7DB3: hue angle of 201.46º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C7DB3 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 125 | 179 | - |
| CMYK | 0.84 | 0.30 | 0 | 0.30 |
| HSL | 201.46º | 0.73% | 0.41% | - |
| HSV(B) | 201.46º | 0.84% | 0.7% | - |
| XYZ | 15.95 | 18.17 | 45.31 | - |
| YUV | 102.15 | 171.36 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 125 | 179 | 0.84 | 0.30 | 0 | 0.30 | 201.46 | 0.73 | 0.41 |
| Hex | 1C | 7D | B3 | 54 | 1E | 0 | 1E | C9 | 49 | 29 |
| Octal | 34 | 175 | 263 | 124 | 36 | 0 | 36 | 311 | 111 | 51 |
| Binary | 11100 | 1111101 | 10110011 | 1010100 | 11110 | 0 | 11110 | 11001001 | 1001001 | 101001 |
Color Harmonies of #1C7DB3
Complementary color
Monochromatic Colors of #1C7DB3
Black with #1C7DB3
Text Example
Text Example
White with #1C7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7DB3; }
p { color: rgb(28,125,179); }
H1.HeaderClassName
{
color: #1C7DB3;
}
.AnyTagClassName
{
color: #1C7DB3;
}
</style>
background-color css
<style>
a { background-color: #1C7DB3; }
a { background-color: rgb(28,125,179); }
div.DivClassName
{
background-color: #1C7DB3;
}
.BgClassName
{
background-color: #1C7DB3;
}
</style>
border-color css
<style>
span { border-color: #1C7DB3; }
span { border-color: rgb(28,125,179); }
td.TdClassName
{
border-color: #1C7DB3;
}
.TagClassName
{
border-color: #1C7DB3;
}
</style>