Shades of Dark Cerulean #194283
Tints of Dark Cerulean #194283
RGB
CMYK
RGB Variations
Color information
#194283 (or 0x194283) is known color: Dark Cerulean. HEX triplet: 19, 42 and 83. RGB value is (25,66,131). Sum of RGB (Red+Green+Blue) = 25+66+131=222 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.26% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #194283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #194283 is #E6BD7C. Grayscale: #3C3C3C. Windows color (decimal): -15121789 or 8602137. OLE color: 8602137.
HSL color Cylindrical-coordinate representation of color #194283: hue angle of 216.79º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #194283 is Cyan = 0.81, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 66 | 131 | - |
| CMYK | 0.81 | 0.50 | 0 | 0.49 |
| HSL | 216.79º | 0.68% | 0.31% | - |
| HSV(B) | 216.79º | 0.81% | 0.51% | - |
| XYZ | 6.45 | 5.74 | 22.24 | - |
| YUV | 61.15 | 167.42 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 66 | 131 | 0.81 | 0.50 | 0 | 0.49 | 216.79 | 0.68 | 0.31 |
| Hex | 19 | 42 | 83 | 51 | 32 | 0 | 31 | D9 | 44 | 1F |
| Octal | 31 | 102 | 203 | 121 | 62 | 0 | 61 | 331 | 104 | 37 |
| Binary | 11001 | 1000010 | 10000011 | 1010001 | 110010 | 0 | 110001 | 11011001 | 1000100 | 11111 |
Color Harmonies of #194283
Complementary color
Monochromatic Colors of #194283
Black with #194283
Text Example
Text Example
White with #194283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194283; }
p { color: rgb(25,66,131); }
H1.HeaderClassName
{
color: #194283;
}
.AnyTagClassName
{
color: #194283;
}
</style>
background-color css
<style>
a { background-color: #194283; }
a { background-color: rgb(25,66,131); }
div.DivClassName
{
background-color: #194283;
}
.BgClassName
{
background-color: #194283;
}
</style>
border-color css
<style>
span { border-color: #194283; }
span { border-color: rgb(25,66,131); }
td.TdClassName
{
border-color: #194283;
}
.TagClassName
{
border-color: #194283;
}
</style>