Shades of Dark Cerulean #074381
Tints of Dark Cerulean #074381
RGB
CMYK
RGB Variations
Color information
#074381 (or 0x074381) is known color: Dark Cerulean. HEX triplet: 07, 43 and 81. RGB value is (7,67,129). Sum of RGB (Red+Green+Blue) = 7+67+129=203 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.45% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #074381 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #074381 is #F8BC7E. Grayscale: #373737. Windows color (decimal): -16301183 or 8471303. OLE color: 8471303.
HSL color Cylindrical-coordinate representation of color #074381: hue angle of 210.49º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074381 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 67 | 129 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.49 |
| HSL | 210.49º | 0.9% | 0.27% | - |
| HSV(B) | 210.49º | 0.95% | 0.51% | - |
| XYZ | 6.06 | 5.64 | 21.54 | - |
| YUV | 56.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 129 | 0.95 | 0.48 | 0 | 0.49 | 210.49 | 0.9 | 0.27 |
| Hex | 7 | 43 | 81 | 5F | 30 | 0 | 31 | D2 | 5A | 1B |
| Octal | 7 | 103 | 201 | 137 | 60 | 0 | 61 | 322 | 132 | 33 |
| Binary | 111 | 1000011 | 10000001 | 1011111 | 110000 | 0 | 110001 | 11010010 | 1011010 | 11011 |
Color Harmonies of #074381
Complementary color
Monochromatic Colors of #074381
Black with #074381
Text Example
Text Example
White with #074381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074381; }
p { color: rgb(7,67,129); }
H1.HeaderClassName
{
color: #074381;
}
.AnyTagClassName
{
color: #074381;
}
</style>
background-color css
<style>
a { background-color: #074381; }
a { background-color: rgb(7,67,129); }
div.DivClassName
{
background-color: #074381;
}
.BgClassName
{
background-color: #074381;
}
</style>
border-color css
<style>
span { border-color: #074381; }
span { border-color: rgb(7,67,129); }
td.TdClassName
{
border-color: #074381;
}
.TagClassName
{
border-color: #074381;
}
</style>