Shades of Cerulean Blue #1F4BC1
Tints of Cerulean Blue #1F4BC1
RGB
CMYK
RGB Variations
Color information
#1F4BC1 (or 0x1F4BC1) is known color: Cerulean Blue. HEX triplet: 1F, 4B and C1. RGB value is (31,75,193). Sum of RGB (Red+Green+Blue) = 31+75+193=299 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.37% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 193 (75.78% from 255 or 64.55% from 299); Max value from RGB is 193 - color contains mainly: blue. Hex color #1F4BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F4BC1 is #E0B43E. Grayscale: #4A4A4A. Windows color (decimal): -14726207 or 12667679. OLE color: 12667679.
HSL color Cylindrical-coordinate representation of color #1F4BC1: hue angle of 223.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F4BC1 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 75 | 193 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.24 |
| HSL | 223.7º | 0.72% | 0.44% | - |
| HSV(B) | 223.7º | 0.84% | 0.76% | - |
| XYZ | 12.71 | 9.17 | 51.55 | - |
| YUV | 75.3 | 194.42 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 193 | 0.84 | 0.61 | 0 | 0.24 | 223.7 | 0.72 | 0.44 |
| Hex | 1F | 4B | C1 | 54 | 3D | 0 | 18 | E0 | 48 | 2C |
| Octal | 37 | 113 | 301 | 124 | 75 | 0 | 30 | 340 | 110 | 54 |
| Binary | 11111 | 1001011 | 11000001 | 1010100 | 111101 | 0 | 11000 | 11100000 | 1001000 | 101100 |
Color Harmonies of #1F4BC1
Complementary color
Monochromatic Colors of #1F4BC1
Black with #1F4BC1
Text Example
Text Example
White with #1F4BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4BC1; }
p { color: rgb(31,75,193); }
H1.HeaderClassName
{
color: #1F4BC1;
}
.AnyTagClassName
{
color: #1F4BC1;
}
</style>
background-color css
<style>
a { background-color: #1F4BC1; }
a { background-color: rgb(31,75,193); }
div.DivClassName
{
background-color: #1F4BC1;
}
.BgClassName
{
background-color: #1F4BC1;
}
</style>
border-color css
<style>
span { border-color: #1F4BC1; }
span { border-color: rgb(31,75,193); }
td.TdClassName
{
border-color: #1F4BC1;
}
.TagClassName
{
border-color: #1F4BC1;
}
</style>