Shades of Dark Cerulean #1C438A
Tints of Dark Cerulean #1C438A
RGB
CMYK
RGB Variations
Color information
#1C438A (or 0x1C438A) is known color: Dark Cerulean. HEX triplet: 1C, 43 and 8A. RGB value is (28,67,138). Sum of RGB (Red+Green+Blue) = 28+67+138=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 138 (54.30% from 255 or 59.23% from 233); Max value from RGB is 138 - color contains mainly: blue. Hex color #1C438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C438A is #E3BC75. Grayscale: #3F3F3F. Windows color (decimal): -14924918 or 9061148. OLE color: 9061148.
HSL color Cylindrical-coordinate representation of color #1C438A: hue angle of 218.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C438A is Cyan = 0.80, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 28 | 67 | 138 | - |
| CMYK | 0.80 | 0.51 | 0 | 0.46 |
| HSL | 218.73º | 0.66% | 0.33% | - |
| HSV(B) | 218.73º | 0.8% | 0.54% | - |
| XYZ | 7.07 | 6.1 | 24.85 | - |
| YUV | 63.43 | 170.08 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 67 | 138 | 0.80 | 0.51 | 0 | 0.46 | 218.73 | 0.66 | 0.33 |
| Hex | 1C | 43 | 8A | 50 | 33 | 0 | 2E | DB | 42 | 21 |
| Octal | 34 | 103 | 212 | 120 | 63 | 0 | 56 | 333 | 102 | 41 |
| Binary | 11100 | 1000011 | 10001010 | 1010000 | 110011 | 0 | 101110 | 11011011 | 1000010 | 100001 |
Color Harmonies of #1C438A
Complementary color
Monochromatic Colors of #1C438A
Black with #1C438A
Text Example
Text Example
White with #1C438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C438A; }
p { color: rgb(28,67,138); }
H1.HeaderClassName
{
color: #1C438A;
}
.AnyTagClassName
{
color: #1C438A;
}
</style>
background-color css
<style>
a { background-color: #1C438A; }
a { background-color: rgb(28,67,138); }
div.DivClassName
{
background-color: #1C438A;
}
.BgClassName
{
background-color: #1C438A;
}
</style>
border-color css
<style>
span { border-color: #1C438A; }
span { border-color: rgb(28,67,138); }
td.TdClassName
{
border-color: #1C438A;
}
.TagClassName
{
border-color: #1C438A;
}
</style>