Shades of Dark Cerulean #1B3D7A
Tints of Dark Cerulean #1B3D7A
RGB
CMYK
RGB Variations
Color information
#1B3D7A (or 0x1B3D7A) is known color: Dark Cerulean. HEX triplet: 1B, 3D and 7A. RGB value is (27,61,122). Sum of RGB (Red+Green+Blue) = 27+61+122=210 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.86% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 122 (48.05% from 255 or 58.10% from 210); Max value from RGB is 122 - color contains mainly: blue. Hex color #1B3D7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3D7A is #E4C285. Grayscale: #393939. Windows color (decimal): -14992006 or 8011035. OLE color: 8011035.
HSL color Cylindrical-coordinate representation of color #1B3D7A: hue angle of 218.53º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B3D7A is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 27 | 61 | 122 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.52 |
| HSL | 218.53º | 0.64% | 0.29% | - |
| HSV(B) | 218.53º | 0.78% | 0.48% | - |
| XYZ | 5.63 | 4.98 | 19.08 | - |
| YUV | 57.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 61 | 122 | 0.78 | 0.50 | 0 | 0.52 | 218.53 | 0.64 | 0.29 |
| Hex | 1B | 3D | 7A | 4E | 32 | 0 | 34 | DB | 40 | 1D |
| Octal | 33 | 75 | 172 | 116 | 62 | 0 | 64 | 333 | 100 | 35 |
| Binary | 11011 | 111101 | 1111010 | 1001110 | 110010 | 0 | 110100 | 11011011 | 1000000 | 11101 |
Color Harmonies of #1B3D7A
Complementary color
Monochromatic Colors of #1B3D7A
Black with #1B3D7A
Text Example
Text Example
White with #1B3D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3D7A; }
p { color: rgb(27,61,122); }
H1.HeaderClassName
{
color: #1B3D7A;
}
.AnyTagClassName
{
color: #1B3D7A;
}
</style>
background-color css
<style>
a { background-color: #1B3D7A; }
a { background-color: rgb(27,61,122); }
div.DivClassName
{
background-color: #1B3D7A;
}
.BgClassName
{
background-color: #1B3D7A;
}
</style>
border-color css
<style>
span { border-color: #1B3D7A; }
span { border-color: rgb(27,61,122); }
td.TdClassName
{
border-color: #1B3D7A;
}
.TagClassName
{
border-color: #1B3D7A;
}
</style>