Shades of Dark Cerulean #00438D
Tints of Dark Cerulean #00438D
RGB
CMYK
RGB Variations
Color information
#00438D (or 0x00438D) is known color: Dark Cerulean. HEX triplet: 00, 43 and 8D. RGB value is (0,67,141). Sum of RGB (Red+Green+Blue) = 0+67+141=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 67 (26.56% from 255 or 32.21% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #00438D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00438D is #FFBC72. Grayscale: #373737. Windows color (decimal): -16759923 or 9257728. OLE color: 9257728.
HSL color Cylindrical-coordinate representation of color #00438D: hue angle of 211.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00438D is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 67 | 141 | - |
| CMYK | 1 | 0.52 | 0 | 0.45 |
| HSL | 211.49º | 1% | 0.28% | - |
| HSV(B) | 211.49º | 1% | 0.55% | - |
| XYZ | 6.81 | 5.94 | 25.99 | - |
| YUV | 55.4 | 176.3 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 141 | 1 | 0.52 | 0 | 0.45 | 211.49 | 1 | 0.28 |
| Hex | 0 | 43 | 8D | 64 | 34 | 0 | 2D | D3 | 64 | 1C |
| Octal | 0 | 103 | 215 | 144 | 64 | 0 | 55 | 323 | 144 | 34 |
| Binary | 0 | 1000011 | 10001101 | 1100100 | 110100 | 0 | 101101 | 11010011 | 1100100 | 11100 |
Color Harmonies of #00438D
Complementary color
Monochromatic Colors of #00438D
Black with #00438D
Text Example
Text Example
White with #00438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00438D; }
p { color: rgb(0,67,141); }
H1.HeaderClassName
{
color: #00438D;
}
.AnyTagClassName
{
color: #00438D;
}
</style>
background-color css
<style>
a { background-color: #00438D; }
a { background-color: rgb(0,67,141); }
div.DivClassName
{
background-color: #00438D;
}
.BgClassName
{
background-color: #00438D;
}
</style>
border-color css
<style>
span { border-color: #00438D; }
span { border-color: rgb(0,67,141); }
td.TdClassName
{
border-color: #00438D;
}
.TagClassName
{
border-color: #00438D;
}
</style>