Shades of Cerulean Blue #1F4BAB
Tints of Cerulean Blue #1F4BAB
RGB
CMYK
RGB Variations
Color information
#1F4BAB (or 0x1F4BAB) is known color: Cerulean Blue. HEX triplet: 1F, 4B and AB. RGB value is (31,75,171). Sum of RGB (Red+Green+Blue) = 31+75+171=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4BAB is #E0B454. Grayscale: #484848. Windows color (decimal): -14726229 or 11225887. OLE color: 11225887.
HSL color Cylindrical-coordinate representation of color #1F4BAB: hue angle of 221.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F4BAB is Cyan = 0.82, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 75 | 171 | - |
| CMYK | 0.82 | 0.56 | 0 | 0.33 |
| HSL | 221.14º | 0.69% | 0.4% | - |
| HSV(B) | 221.14º | 0.82% | 0.67% | - |
| XYZ | 10.43 | 8.26 | 39.57 | - |
| YUV | 72.79 | 183.42 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 75 | 171 | 0.82 | 0.56 | 0 | 0.33 | 221.14 | 0.69 | 0.4 |
| Hex | 1F | 4B | AB | 52 | 38 | 0 | 21 | DD | 45 | 28 |
| Octal | 37 | 113 | 253 | 122 | 70 | 0 | 41 | 335 | 105 | 50 |
| Binary | 11111 | 1001011 | 10101011 | 1010010 | 111000 | 0 | 100001 | 11011101 | 1000101 | 101000 |
Color Harmonies of #1F4BAB
Complementary color
Monochromatic Colors of #1F4BAB
Black with #1F4BAB
Text Example
Text Example
White with #1F4BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4BAB; }
p { color: rgb(31,75,171); }
H1.HeaderClassName
{
color: #1F4BAB;
}
.AnyTagClassName
{
color: #1F4BAB;
}
</style>
background-color css
<style>
a { background-color: #1F4BAB; }
a { background-color: rgb(31,75,171); }
div.DivClassName
{
background-color: #1F4BAB;
}
.BgClassName
{
background-color: #1F4BAB;
}
</style>
border-color css
<style>
span { border-color: #1F4BAB; }
span { border-color: rgb(31,75,171); }
td.TdClassName
{
border-color: #1F4BAB;
}
.TagClassName
{
border-color: #1F4BAB;
}
</style>