Shades of Navy Blue #0681DD
Tints of Navy Blue #0681DD
RGB
CMYK
RGB Variations
Color information
#0681DD (or 0x0681DD) is known color: Navy Blue. HEX triplet: 06, 81 and DD. RGB value is (6,129,221). Sum of RGB (Red+Green+Blue) = 6+129+221=356 (47% of max value = 765). Red value is 6 (2.73% from 255 or 1.69% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 221 (86.72% from 255 or 62.08% from 356); Max value from RGB is 221 - color contains mainly: blue. Hex color #0681DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0681DD is #F97E22. Grayscale: #666666. Windows color (decimal): -16350755 or 14516486. OLE color: 14516486.
HSL color Cylindrical-coordinate representation of color #0681DD: hue angle of 205.67º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0681DD is Cyan = 0.97, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 6 | 129 | 221 | - |
| CMYK | 0.97 | 0.42 | 0 | 0.13 |
| HSL | 205.67º | 0.95% | 0.45% | - |
| HSV(B) | 205.67º | 0.97% | 0.87% | - |
| XYZ | 20.98 | 20.96 | 71.35 | - |
| YUV | 102.71 | 194.75 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 221 | 0.97 | 0.42 | 0 | 0.13 | 205.67 | 0.95 | 0.45 |
| Hex | 6 | 81 | DD | 61 | 2A | 0 | D | CE | 5F | 2D |
| Octal | 6 | 201 | 335 | 141 | 52 | 0 | 15 | 316 | 137 | 55 |
| Binary | 110 | 10000001 | 11011101 | 1100001 | 101010 | 0 | 1101 | 11001110 | 1011111 | 101101 |
Color Harmonies of #0681DD
Complementary color
Monochromatic Colors of #0681DD
Black with #0681DD
Text Example
Text Example
White with #0681DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0681DD; }
p { color: rgb(6,129,221); }
H1.HeaderClassName
{
color: #0681DD;
}
.AnyTagClassName
{
color: #0681DD;
}
</style>
background-color css
<style>
a { background-color: #0681DD; }
a { background-color: rgb(6,129,221); }
div.DivClassName
{
background-color: #0681DD;
}
.BgClassName
{
background-color: #0681DD;
}
</style>
border-color css
<style>
span { border-color: #0681DD; }
span { border-color: rgb(6,129,221); }
td.TdClassName
{
border-color: #0681DD;
}
.TagClassName
{
border-color: #0681DD;
}
</style>