Shades of Dark Cerulean #194B7B
Tints of Dark Cerulean #194B7B
RGB
CMYK
RGB Variations
Color information
#194B7B (or 0x194B7B) is known color: Dark Cerulean. HEX triplet: 19, 4B and 7B. RGB value is (25,75,123). Sum of RGB (Red+Green+Blue) = 25+75+123=223 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.21% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #194B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B7B is #E6B484. Grayscale: #414141. Windows color (decimal): -15119493 or 8080153. OLE color: 8080153.
HSL color Cylindrical-coordinate representation of color #194B7B: hue angle of 209.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #194B7B is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 75 | 123 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.52 |
| HSL | 209.39º | 0.66% | 0.29% | - |
| HSV(B) | 209.39º | 0.8% | 0.48% | - |
| XYZ | 6.49 | 6.67 | 19.68 | - |
| YUV | 65.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 123 | 0.80 | 0.39 | 0 | 0.52 | 209.39 | 0.66 | 0.29 |
| Hex | 19 | 4B | 7B | 50 | 27 | 0 | 34 | D1 | 42 | 1D |
| Octal | 31 | 113 | 173 | 120 | 47 | 0 | 64 | 321 | 102 | 35 |
| Binary | 11001 | 1001011 | 1111011 | 1010000 | 100111 | 0 | 110100 | 11010001 | 1000010 | 11101 |
Color Harmonies of #194B7B
Complementary color
Monochromatic Colors of #194B7B
Black with #194B7B
Text Example
Text Example
White with #194B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B7B; }
p { color: rgb(25,75,123); }
H1.HeaderClassName
{
color: #194B7B;
}
.AnyTagClassName
{
color: #194B7B;
}
</style>
background-color css
<style>
a { background-color: #194B7B; }
a { background-color: rgb(25,75,123); }
div.DivClassName
{
background-color: #194B7B;
}
.BgClassName
{
background-color: #194B7B;
}
</style>
border-color css
<style>
span { border-color: #194B7B; }
span { border-color: rgb(25,75,123); }
td.TdClassName
{
border-color: #194B7B;
}
.TagClassName
{
border-color: #194B7B;
}
</style>