Shades of Navy Blue #0C74DB
Tints of Navy Blue #0C74DB
RGB
CMYK
RGB Variations
Color information
#0C74DB (or 0x0C74DB) is known color: Navy Blue. HEX triplet: 0C, 74 and DB. RGB value is (12,116,219). Sum of RGB (Red+Green+Blue) = 12+116+219=347 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.46% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C74DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C74DB is #F38B24. Grayscale: #606060. Windows color (decimal): -15960869 or 14382092. OLE color: 14382092.
HSL color Cylindrical-coordinate representation of color #0C74DB: hue angle of 209.86º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C74DB is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 12 | 116 | 219 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.14 |
| HSL | 209.86º | 0.9% | 0.45% | - |
| HSV(B) | 209.86º | 0.95% | 0.86% | - |
| XYZ | 19.18 | 17.68 | 69.42 | - |
| YUV | 96.65 | 197.04 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 116 | 219 | 0.95 | 0.47 | 0 | 0.14 | 209.86 | 0.9 | 0.45 |
| Hex | C | 74 | DB | 5F | 2F | 0 | E | D2 | 5A | 2D |
| Octal | 14 | 164 | 333 | 137 | 57 | 0 | 16 | 322 | 132 | 55 |
| Binary | 1100 | 1110100 | 11011011 | 1011111 | 101111 | 0 | 1110 | 11010010 | 1011010 | 101101 |
Color Harmonies of #0C74DB
Complementary color
Monochromatic Colors of #0C74DB
Black with #0C74DB
Text Example
Text Example
White with #0C74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C74DB; }
p { color: rgb(12,116,219); }
H1.HeaderClassName
{
color: #0C74DB;
}
.AnyTagClassName
{
color: #0C74DB;
}
</style>
background-color css
<style>
a { background-color: #0C74DB; }
a { background-color: rgb(12,116,219); }
div.DivClassName
{
background-color: #0C74DB;
}
.BgClassName
{
background-color: #0C74DB;
}
</style>
border-color css
<style>
span { border-color: #0C74DB; }
span { border-color: rgb(12,116,219); }
td.TdClassName
{
border-color: #0C74DB;
}
.TagClassName
{
border-color: #0C74DB;
}
</style>